feat: Added images modal, fixed image group errors

This commit is contained in:
Deven Joshi
2020-11-16 19:33:11 +05:30
parent 64ed2b2187
commit d7e6978ccf
3 changed files with 78 additions and 3 deletions
+1
View File
@@ -112,6 +112,7 @@ class _FullScreenImageState extends State<FullScreenImage>
ImageFooter(
currentPage: _currentPage,
totalPages: widget.urls.length,
urls: widget.urls,
),
],
),