OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information
https://pub.dartlang.org/packages/flutter_screenutil
Apache License 2.0
3.83k stars 485 forks source link

i update to flutter 3.19.5 the package dosen't work any more #559

Closed AliSabbar closed 1 month ago

AliSabbar commented 3 months ago

Screenshot 2024-04-06 041812

i'm using the 5.8.4 when i update to 5.9.0 it work but the text problem still not fixed yet in realse mode

mozomig commented 3 months ago

You can try my solution for fix 5.9.0 version https://github.com/OpenFlutter/flutter_screenutil/issues/558#issuecomment-2047043378

AliSabbar commented 3 months ago

You can try my solution for fix 5.9.0 version #558 (comment)

thank you but i uninstall the package and i'll use media query

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

Mounir-Bouaiche commented 1 month ago

@AliSabbar Please provide a minimal reproduction code to help us debug and find a solution, thanks

AliSabbar commented 1 month ago

@AliSabbar Please provide a minimal reproduction code to help us debug and find a solution, thanks

i remove the package from a long time but the problem was when run the app not work and throw error as it show in image above

package --version 5.9.0

Mounir-Bouaiche commented 1 month ago

Package version 5.8.4 will only support flutter <= 3.13. Please use recent versions

Mounir-Bouaiche commented 1 month ago

@AliSabbar Can you use latest version (5.9.2) and let us if your issue is fixed, thanks