responsive_window 1.0.2
responsive_window: ^1.0.2 copied to clipboard
A lightweight app-level responsive window utility for Flutter, with Material Design 3-inspired width breakpoints.
1.0.2 #
- DOCS: clarify advanced responsive window scope usage
- DOCS: improve README native window guidance
1.0.1 #
- DOCS: refine README overview
- DOCS: remove top-level changelog title
- CHORE: remove empty Flutter configuration from pubspec
1.0.0 #
- FEAT: add app-level responsive window scope
- FEAT: add Material Design 3-inspired width breakpoints
- FEAT: add
ResponsiveWindowCategoryfor responsive width categories - FEAT: add
ResponsiveWindowDatawith width, height, size, category, and boolean helpers - FEAT: add
BuildContextaccessors for responsive window data - FEAT: add support for custom width breakpoints
- DOCS: add README usage documentation
- DOCS: add public API documentation
- DOCS: add example app