Flutter UI Issue Urgent issue on Production
ankitmiyan30 opened this issue ยท 7 comments
Same issue
I have same issue on flutter version 3.16.0 too. seem like some of property not apply when upgrade. I tried to downgrade to 3.13.9. It's work fine. maybe breaking change version cause the issue. (I testing on android)
I too have similar issue on Android and iOS. After the update to Flutter 3.16.0, the UI dimensions became a bit off (parts that use screen_util)
Got the solution please use version flutter_screenutil 5.7.0 if you are using this in Flutter web until they fix the issue in the latest flutter_screenutil.
Use it like
flutter_screenutil 5.7.0
Do not use it like
flutter_screenutil ^5.7.0
closing the issue for now.
Hi! Downgrading this lib doesn't solve this issue on mobile at all. All measurements are off.
Also returning flutter_screenutil to 5.7.0 returns the error #477 (Keyboard error)
I have the same issue on Android.
Latest flutter 3.19.3 + latest package flutter_screenutil: 5.9.0 have the issue.
It is weird, as problem happens only when run the app in release mode.