TF-4058 Upgrade dependencies to compatible with flutter version 3.32.8

This commit is contained in:
dab246
2025-10-14 12:58:21 +07:00
committed by Dat H. Pham
parent dbb5568e4a
commit df49ce03c7
16 changed files with 670 additions and 514 deletions
@@ -312,7 +312,7 @@ class EmailAPI with HandleSetErrorMixin {
String externalStorageDirPath;
if (Platform.isAndroid) {
externalStorageDirPath = await ExternalPath.getExternalStoragePublicDirectory(ExternalPath.DIRECTORY_DOWNLOADS);
externalStorageDirPath = await ExternalPath.getExternalStoragePublicDirectory(ExternalPath.DIRECTORY_DOWNLOAD);
} else if (Platform.isIOS) {
externalStorageDirPath = (await getApplicationDocumentsDirectory()).absolute.path;
} else {