responsive_framework 0.0.7 responsive_framework: ^0.0.7 copied to clipboard
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
Changelog #
0.0.7 #
- Add links to Flutter Website example.
0.0.6 #
- 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.
0.0.5 #
- Add
defaultName
parameter. - Create tests.
- Improve breakpoint calculations and API.
0.0.4 #
- New Documentation.
- Rename
scale
toautoScale
.
0.0.3 #
- Correct MinWidth and MaxWidth scaling.
- Import Minimal Website Demo
0.0.2 #
- MinWidth and MaxWidth scaling.
- Create Demo app.
0.0.1 #
- Initial Prerelease.