Implemented StreamAttachmentPackage and fixed operations in widgets linked to full screen implementation, also fixed tests

This commit is contained in:
Ayush Shekhar
2022-04-13 18:02:49 +05:30
parent 65a5af7b6c
commit 180c24ae72
18 changed files with 373 additions and 253 deletions
@@ -136,10 +136,9 @@ class StreamImageGroup extends StatelessWidget {
builder: (context) => StreamChannel(
channel: channel,
child: StreamFullScreenMedia(
mediaAttachments: images,
mediaAttachmentPackages: message.getAttachmentPackageList(),
startIndex: index,
userName: message.user?.name,
message: message,
onShowMessage: onShowMessage,
),
),