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
autoScaleDownbehavior to only scale down from the specified breakpoint.
v0.0.8
- New breakpoint calculation algorithm.
- Create
debugLogparameter. 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
autoScaleDownandtagbehaviors. - Create ResponsiveBreakpointSegment and algorithm to calculate breakpoint segments.
- Create experimental ResponsiveValue, ResponsiveVisibility, and ResponsiveRowColumn widgets.
- Breaking - removed
autoScaleto migrate ResponsiveBreakpoint behavior to constructors.
v0.0.5
- Add
defaultNameparameter. - Create tests.
- Improve breakpoint calculations and API.
v0.0.4
- New Documentation.
- Rename
scaletoautoScale.
v0.0.3
- Correct MinWidth and MaxWidth scaling.
- Import Minimal Website Demo