1. 11 Jul, 2022 1 commit
  2. 27 Jun, 2022 2 commits
  3. 23 May, 2022 1 commit
  4. 19 May, 2022 1 commit
  5. 18 May, 2022 2 commits
    • Before, when using r extension, bottomRight is copied from `bottomLeft.r` not `bottomRight.r`.
      bottomRight should be copyWith `bottomRight.r`
      cra1nbow authored
    • LiZhuoyuan authored
  6. 17 May, 2022 5 commits
  7. 14 May, 2022 1 commit
  8. 13 May, 2022 1 commit
  9. 12 May, 2022 1 commit
  10. 06 May, 2022 1 commit
  11. 05 May, 2022 5 commits
  12. 01 May, 2022 5 commits
  13. 30 Apr, 2022 1 commit
  14. 29 Apr, 2022 3 commits
  15. 28 Apr, 2022 2 commits
  16. 27 Apr, 2022 1 commit
  17. 24 Apr, 2022 2 commits
  18. 18 Apr, 2022 1 commit
  19. 06 Apr, 2022 4 commits
    • 李卓原 authored
    • 李卓原 authored
    • 李卓原 authored
    • * 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