From 1a1ffb11a682a6130ca6d32d69d615f14e79d876 Mon Sep 17 00:00:00 2001 From: tzw Date: Wed, 19 Feb 2025 17:23:22 +0630 Subject: [PATCH] update image max width --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";