OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information

Home Page:https://pub.dartlang.org/packages/flutter_screenutil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter UI Issue Urgent issue on Production

ankitmiyan30 opened this issue · comments

Hello Team
Out of a sudden, this package has started giving me UI issues on WEB, could you please let me know what needs to be done?
Tried on both 3.13.5 and 3.13.9 but no luck.
OLD UI
Screenshot 2023-11-13 at 12 23 30 PM

New UI
Without any update on anything
Screenshot 2023-11-10 at 7 26 59 PM

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.