OpenFlutter / flutter_screenutil

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

Coflicts with routemaster package #511

Closed erimeilis closed 9 months ago

erimeilis commented 11 months ago

Any time i resize window, route fall back to home. I guess, it just rebuild the whole page on resize, not particular widgets.

Mounir-Bouaiche commented 11 months ago

@erimeilis You must provide code. Also, see previous solved issues about using routing packages, like Getx or GoRouter. Note: Never call a function inside ScreenUtilInit's builder block/context, and never use builder, unless it depends on the library (ex: theme).

github-actions[bot] commented 10 months ago

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

github-actions[bot] commented 9 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.