From c911698855ca7ecda903015e3c0e40247c54605c Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Fri, 1 Apr 2022 18:05:37 +0430 Subject: [PATCH] profile image compress quality increased --- lib/views/home/settings/profile/widgets/profile_photo.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/home/settings/profile/widgets/profile_photo.dart b/lib/views/home/settings/profile/widgets/profile_photo.dart index 400cfbf..00e1e01 100644 --- a/lib/views/home/settings/profile/widgets/profile_photo.dart +++ b/lib/views/home/settings/profile/widgets/profile_photo.dart @@ -149,7 +149,7 @@ class _ProfilePhotoState extends State { cancelButtonTitle: 'بازگشت', ), androidUiSettings: const AndroidUiSettings(toolbarTitle: 'برش تصویر'), - compressQuality: 70, + compressQuality: 30, ); if (file == null) return; }