- New breakpoint calculation algorithm.
- Create
debugLog
parameter. Pretty print a visual view of breakpoint segments for debugging purposes. - Add over 100+ tests.
- Fix first frame black screen issue.
- Add links to Flutter Website example.
- Create
autoScaleDown
andtag
behaviors. - Create ResponsiveBreakpointSegment and algorithm to calculate breakpoint segments.
- Create experimental ResponsiveValue, ResponsiveVisibility, and ResponsiveRowColumn widgets.
- Breaking - removed
autoScale
to migrate ResponsiveBreakpoint behavior to constructors.
- Add
defaultName
parameter. - Create tests.
- Improve breakpoint calculations and API.
- New Documentation.
- Rename
scale
toautoScale
.
- Correct MinWidth and MaxWidth scaling.
- Import Minimal Website Demo
- MinWidth and MaxWidth scaling.
- Create Demo app.
- Initial Prerelease.