- 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
- isMobile: Less than 700 pixels.
- isTablet: Between 700 and 1200 pixels.
- isDesktop: Above 1200 pixels.
- Upgrade to Flutter 3.24.3.
- Upgrade to Flutter 3.16.
- New Sizes...
- New Sizes...
- New Sizes...
- New Sizes...
- Initial version, created by Mirai Devs.