adaptive_flex_layout 1.0.1
adaptive_flex_layout: ^1.0.1 copied to clipboard
A lightweight, responsive flex grid layout system for Flutter inspired by Bootstrap. Supports customizable breakpoints, offset columns, and responsive values.
Changelog #
1.0.1 #
- Add comprehensive layout example application under
example/.
1.0.0 #
- Initial release of
adaptive_flex_layout. - Support for Bootstrap-like responsive grid system with
AdaptiveFlexGrid,AdaptiveFlexRow, andAdaptiveFlexCol. - Add customizable screen breakpoints support using
FlexBreakpointsTheme. - Add responsive value resolution helper classes and methods.
- Provide full support for Dart 3 and sound null-safety.
- 100% platform compatibility across Android, iOS, Web, macOS, Windows, and Linux.