flutter_adaptive_layout 1.1.0
flutter_adaptive_layout: ^1.1.0 copied to clipboard
Adaptive layout builder - you can easily build custom page layout that would depend on a screen size to choose the correct widget
1.1.0 #
- Added Dart 3 support — the SDK constraint is now
>=2.18.5 <4.0.0 - Relicensed from BSD 3-Clause to MIT
- Rewrote
README.mdwith a breakpoint reference table, an API reference and an FAQ - Added golden tests covering screen size selection, the inclusive breakpoint boundaries, both breakpoint override paths and the
childfallback - Added a GitHub Actions workflow that analyzes and tests pull requests targeting
main - No changes to the public API — upgrading from 1.0.x requires no code changes
1.0.2 #
- Fixed gallery in
README.md
1.0.1 #
- Added flutter docs
- Switched to
UnimplementedErrorif neither builder function norchildwidget is provided toAdaptiveLayout - Added gallery section to
README.md
1.0.0 #
- Initial release