responsive_window 1.1.0
responsive_window: ^1.1.0 copied to clipboard
A lightweight app-level responsive window utility for Flutter, with Material Design 3-inspired width breakpoints.
1.1.0 #
- FEAT: add responsive value resolution with breakpoint fallbacks
- FEAT: add responsive widget builder
- FEAT: add animated responsive widget builder
- DOCS: document responsive values and builders
- TEST: add coverage for responsive values and builders
1.0.3 #
- DOCS: clarify local ResponsiveWindow constraint guidance
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