Skip to content

Latest commit

 

History

History
executable file
·
48 lines (30 loc) · 1008 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
48 lines (30 loc) · 1008 Bytes

0.0.4 - 2024-12-09

  • Update to Flutter 3.24.5 and Dart SDK 3.5.4
  • Optimize grid system with precise breakpoints:
    • Small/Medium Mobile (≤380px): 2 columns
    • Normal Mobile (≤500px): 3 columns
    • Large Mobile (≤840px): 4 columns
    • Tablet (≤1200px): 5 columns
    • Desktop (>1200px): 6 columns
  • Add LayoutBuilder for improved constraint management and screen size detection
  • Improve responsive size handling with better breakpoints
  • Update documentation with detailed screen size categories and grid system usage

0.0.3+1 - 2024-10-02

  • isMobile: Less than 700 pixels.
  • isTablet: Between 700 and 1200 pixels.
  • isDesktop: Above 1200 pixels.

0.0.3 - 2024-10-02

  • Upgrade to Flutter 3.24.3.

0.0.2 - 2023-12-07

  • Upgrade to Flutter 3.16.

0.0.1+4 - 2023-06-15

  • New Sizes...

0.0.1+3 - 2023-02-12

  • New Sizes...

0.0.1+2 - 2023-01-24

  • New Sizes...

0.0.1+2

0.0.1+1 - 2022-11-16

  • New Sizes...

0.0.1

  • Initial version, created by Mirai Devs.