diff --git a/lib/constants.dart b/lib/constants.dart index 3881dd4..cb5163c 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -4,7 +4,7 @@ const uploadPhotoLimit = 10; const shipmentCountForCartonFilter = 10; const resendCountSec = 30; int imageQuality = 100; -double imageMaxWidth = 1000; +double imageMaxWidth = 1350; const config_collection = "configs"; const user_collection = "users";