1. 26 May, 2025 1 commit
  2. 31 May, 2024 8 commits
  3. 30 May, 2024 5 commits
  4. 15 May, 2024 1 commit
  5. 08 May, 2024 4 commits
  6. 27 Mar, 2024 1 commit
  7. 24 Nov, 2023 1 commit
  8. 01 Nov, 2023 2 commits
  9. 26 Oct, 2023 1 commit
  10. 21 Aug, 2023 1 commit
  11. 18 Jul, 2023 2 commits
  12. 26 Jun, 2023 1 commit
    • * 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
      
      * Update version
      
      * Add List of flutter widgets
      
      * Update logic if allowing widget to being rebuilt
      
      * Little code solidity
      
      * Add scale factors: diagonal & diameter
      
      * Add option for how font size should be scaled
      
      * Update support to Dart >= 2.17.0
      
      * Add fontSizeResolver to init + helpers
      
      * Add ensureScreenSize to ScreenUtilInit constructor
      
      * Fix ensureScreenSize on web
      
      * Update Runner.rc
      
      * Add some methods to extensions
      
      * Update widget_test
      
      * Remove extra deps
      
      * Clean code
      
      * Add ensureScreenSizeAndInit + make init sync
      
      * Update README.md
      
      * Update CHANGELOG.md
      
      * Update version to 5.9.0
      
      * Rename version
      
      * Adding tests
      
      * Changing version in CHANGELOG.md
      
      ---------
      
      Co-authored-by: Mounir Bouaiche <mounir-b@dba.ma>
      Mounir Bouaiche authored
  13. 17 Jun, 2023 2 commits
  14. 16 Jun, 2023 1 commit
  15. 14 Jun, 2023 1 commit
  16. 13 Jun, 2023 2 commits
  17. 11 Jun, 2023 6 commits