• This project
    • Loading...
  • Sign in

flutter_package / flutter_screenutil

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • flutter_screenutil
  • example
  • android
  • gradle.properties
  • Fix initializing with Size(0, 0). closes #350, closes #348, closes #347 (#352) · f82e1fa6 ...
    f82e1fa6 Browse Files
    * 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
    Mounir Bouaiche authored 2022-04-06 20:32:48 +0800
gradle.properties 82 Bytes
Raw Blame History Permalink
1 2 3
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true