TF-3586: Upgrade Flutter to 3.27.4
This commit is contained in:
@@ -932,7 +932,7 @@ class IdentityCreatorController extends BaseController with DragDropFileMixin im
|
||||
context,
|
||||
originalFile: fileInfo.toPlatformFile(),
|
||||
maxWidth: maxWidth.toInt()))
|
||||
).then((listPlatformFiles) => listPlatformFiles.whereNotNull().toList());
|
||||
).then((listPlatformFiles) => listPlatformFiles.nonNulls.toList());
|
||||
|
||||
if (_isExceedMaxUploadSize(listCompressedImages.totalFilesSize)) {
|
||||
if (context.mounted) {
|
||||
|
||||
Reference in New Issue
Block a user