Releases: Codelessly/ResponsiveFramework
Releases · Codelessly/ResponsiveFramework
v0.0.12
- Add alignment property for setting internal Stack alignment.
- Fix ResponsiveGridView Padding null.
- Fix iOS didChangeMetrics Context null.
v0.0.11
- Dartfmt files. No functional changes.
v0.0.10
- Calculate padding for SafeArea scaling correctly.
- Calculate ViewInsets for keyboard offset correctly.
v0.0.9
- Create ResponsiveGridView that extends GridView with more grid layout controls.
- Use ResponsiveGridView for shrink and fixed item sizing options with the ability to control alignment and max row count.
- Breaking - simplified
autoScaleDown
behavior to only scale down from the specified breakpoint.
v0.0.8
- 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.
v0.0.7
- Add links to Flutter Website example.
v0.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.
v0.0.5
- Add
defaultName
parameter. - Create tests.
- Improve breakpoint calculations and API.
v0.0.4
- New Documentation.
- Rename
scale
toautoScale
.
v0.0.3
- Correct MinWidth and MaxWidth scaling.
- Import Minimal Website Demo