Clean codes & add features & fix bugs
Features/Bugs: - Feature: You can select what classes needs to be rebuilt instead of rebuilding everything, if you have widget A, either addi SU mixin or add 'A' to list ScreenUtilInit.responsiveWidgets - Feature: Using ScreenUtilInit.builder is optional (use it only when using library in theme) - Bug: Second call to ScreenUtil.init ignores any existing values and uses the default values when not provided, use ScreenUtil.configure instead - Bug: ScreenUtil.ensureScreenSize raises an overflow error
Showing
11 changed files
with
175 additions
and
186 deletions
example/lib/responsive_widgets.g.dart
0 → 100644
example/lib/responsive_widgets.su.dart
0 → 100644
lib/src/screenutil_mixin.dart
0 → 100644
-
Please register or login to post a comment