Releases: Codelessly/ResponsiveFramework
Releases · Codelessly/ResponsiveFramework
v0.1.8
- Flutter 3 support.
v0.1.7
- FIX sort crash in web due to JS converting variables into immutable vals that cannot be sorted.
v0.1.6
- Enable using
background
widget for the 1st render frame if set. This allows for a smoother transition between native mobile splash screen and Flutter application UI. - Add generic from ResponsiveValue to List<Condition> to support type safety and automatic type conversion in ResponsiveValue.
v0.1.5
v0.1.4
- Fix ListIterable.firstWhere
Bad state: No element
breakpoint initialization error.
v0.1.2
- Full support for
landscapeBreakpoints
- breakpoints in landscape mode. Create landscape overrides withminWidthLandscape
,maxWidthLandscape
,defaultScaleLandscape
, etc. - Use
ResponsiveTargetPlatform
to enable landscape support for platforms including web.
v0.1.1
- Add initial support for landscapeBreakpoints which enables overriding default breakpoints on platforms with landscape orientations.
v0.1.0
- Null Safety Migration.
v0.0.15
- Fix
backgroundColor
incorrectly requiring a widget. - Fix context null error when widget parent is destroyed on layout update.
v0.0.14
- Dartfmt files. No functional changes.