OpenFlutter / flutter_screenutil

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

5.4.0+1版本有问题 #376

Closed fuyunmanbu closed 2 years ago

fuyunmanbu commented 2 years ago

该版本在键盘弹出时会导致ScreenUtilInit的builder方法重复调用

Mounir-Bouaiche commented 2 years ago

Hello friend, do you have any better idea?

fuyunmanbu commented 2 years ago

I changed it to use ScreenUtil.init instead of ScreenUtilInit

Mounir-Bouaiche commented 2 years ago

@fuyunmanbu it's recommanded to use ScreenUtil.init() unless you want to use the library to build MaterialApp's themedata. However, in the next few weeks, there will be an upgrade, especially in performance. So stay tuned and you're welcome to give any idea or PR. You can contact me via email if you want: bouaiche.9@gmail.com.

Mounir-Bouaiche commented 2 years ago

@fuyunmanbu I've updated the library and the error is fixed. Go check it out.