TF-3454 Download all attachments as ZIP

This commit is contained in:
DatDang
2025-02-07 14:38:53 +07:00
committed by Dat H. Pham
parent 636df94458
commit f66e1460e4
34 changed files with 1175 additions and 100 deletions
@@ -31,6 +31,7 @@ class SupportedPreviewFileTypes {
'application/vnd.ms-powerpoint'];
static const zipMimeTypes = [
'application/zip',
'application/x-tar',
'application/x-gtar',
'application/x-gzip',
@@ -222,6 +222,7 @@ class ImagePaths {
String get icDeleteSelection => _getImagePath('ic_delete_selection.svg');
String get icLogoTwakeWelcome => _getImagePath('ic_logo_twake_welcome.svg');
String get icHelp => _getImagePath('ic_help.svg');
String get icDownloadAll => _getImagePath('ic_download_all.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;