added autoplay to videos
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## Upcoming
|
||||||
|
|
||||||
|
✅ Added
|
||||||
|
|
||||||
|
- Videos can now be auto-played in `FullScreenMedia`
|
||||||
|
|
||||||
## 3.3.2
|
## 3.3.2
|
||||||
|
|
||||||
- Updated `stream_chat_flutter_core` dependency to [`3.3.1`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
|
- 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
|
/// Use [defaultActionsModal.copyWith] to easily customize it
|
||||||
final AttachmentActionsBuilder? attachmentActionsModalBuilder;
|
final AttachmentActionsBuilder? attachmentActionsModalBuilder;
|
||||||
|
|
||||||
|
/// Auto-play videos when page is opened
|
||||||
final bool autoplayVideos;
|
final bool autoplayVideos;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user