Autplay videos in memories
This commit is contained in:
parent
55ddd18f78
commit
1d2b82d5f9
1 changed files with 5 additions and 1 deletions
|
@ -166,7 +166,11 @@ class _FullScreenMemoryState extends State<FullScreenMemory> {
|
|||
file,
|
||||
tagPrefix: "memories",
|
||||
)
|
||||
: VideoWidget(file, tagPrefix: "memories"),
|
||||
: VideoWidget(
|
||||
file,
|
||||
tagPrefix: "memories",
|
||||
autoPlay: true,
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.fromLTRB(16, 40, 16, 16),
|
||||
child: Row(
|
||||
|
|
Loading…
Add table
Reference in a new issue