added autoplay to videos

This commit is contained in:
Deven Joshi
2021-12-16 17:13:55 +05:30
parent 2638b148d0
commit cb60567372
2 changed files with 7 additions and 0 deletions
@@ -1,3 +1,9 @@
## Upcoming
✅ Added
- Videos can now be auto-played in `FullScreenMedia`
## 3.3.2
- Updated `stream_chat_flutter_core` dependency to [`3.3.1`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
@@ -58,6 +58,7 @@ class FullScreenMedia extends StatefulWidget {
/// Use [defaultActionsModal.copyWith] to easily customize it
final AttachmentActionsBuilder? attachmentActionsModalBuilder;
/// Auto-play videos when page is opened
final bool autoplayVideos;
@override