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
@@ -38,7 +38,7 @@ void main() {
onWillPop: () async => false,
child: Scaffold(
body: StreamGalleryFooter(
message: Message(),
mediaAttachmentPackages: Message().getAttachmentPackageList(),
),
),
),