responsive_window 2.1.2
responsive_window: ^2.1.2 copied to clipboard
A lightweight app-level responsive window utility for Flutter, with Material Design 3-inspired width breakpoints.
2.1.2 #
- DOCS: document local state behavior when switching responsive layouts
- DOCS: improve public API documentation for responsive builder state behavior
- TEST: add coverage for local state behavior in responsive builders
- TEST: add coverage for nested responsive window scopes
- CHORE: add pub.dev topics
2.1.1 #
- DOCS: add README FAQ
- DOCS: add README badges
2.1.0 #
- FEAT: add responsive window aspect classification
- FEAT: add
isLandscape,isPortrait, andisSquarehelpers - DOCS: document responsive window aspect usage
- DOCS: update example to display the current window aspect
- TEST: add coverage for responsive window aspect behavior
2.0.1 #
- DOCS: improve README documentation and inline API formatting
- DOCS: improve public API documentation for default and custom breakpoints
2.0.0 #
- BREAKING: replace individual
ResponsiveWindowbreakpoint parameters withResponsiveWindowBreakpoints - BREAKING: replace individual
ResponsiveWindowDatabreakpoint constructor parameters withbreakpoints - FEAT: add
ResponsiveWindowBreakpointswith Material Design 3-inspired preset - FEAT: add
isAtLeastandisAtMostcategory helpers - FEAT: add debug-friendly
toStringoutput for responsive data and breakpoints - REFACTOR: centralize breakpoint validation and width classification
- REFACTOR: reduce default animated builder transition duration to 220ms
- DOCS: update breakpoint configuration documentation
- DOCS: explain category helper usage
- DOCS: clarify
ResponsiveWindowValue<Widget>versusResponsiveWindowBuilder - TEST: add coverage for breakpoint configuration
- TEST: add coverage for category comparison helpers
1.1.1 #
- FIX: validate responsive breakpoints
- FIX: assert bounded responsive window constraints
- DOCS: clarify breakpoint requirements
- DOCS: clarify local responsive scope constraints
- TEST: add coverage for breakpoint and constraint assertions
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