| @@ -1 +1 @@ | |||
| 440505e9ea1eee7043d2cbfeb318f6bc | |||
| dab672e712362fdbbfa98386624f95d6 | |||
| @@ -85,7 +85,7 @@ class UtilAction { | |||
| static Future<File> compressAndGetFile(File file, String targetPath) async { | |||
| final result = await FlutterImageCompress.compressAndGetFile( | |||
| file.absolute.path, targetPath, | |||
| quality: 5, minWidth: 1280, minHeight: 720); | |||
| quality: 50, minWidth: 1280, minHeight: 720); | |||
| return result; | |||
| } | |||
| } | |||