Committed by
GitHub
Fix initializing with Size(0, 0). closes #350, closes #348, closes #347 (#352)
* Fix initializing with Size(0, 0) Only in Production Mode, Flutter starts quicker and the native platform reports the actual resolution in a certain delai. This update only wait for the real resolution. * Upgrade to latest gradle version and enable Jetifier and use AndroidX * Update example flutter version * Optimize BugFix and some boilerplate removal * Update example app * Fix creating adaptive radius using extension * Update example/ios/.gitignore * Update README.md * Update screenutil_init.dart
Showing
21 changed files
with
789 additions
and
548 deletions
example/android/gradle.properties
0 → 100644
example/lib/src/first_method.dart
0 → 100644
example/lib/src/home.dart
0 → 100644
example/lib/src/second_method.dart
0 → 100644
example/lib/src_zh/first_method.dart
0 → 100644
example/lib/src_zh/home.dart
0 → 100644
example/lib/src_zh/second_method.dart
0 → 100644
-
Please register or login to post a comment