Skip to content

Releases: Codelessly/ResponsiveFramework

v0.1.8

12 May 16:43

Choose a tag to compare

  • Flutter 3 support.

v0.1.7

13 Feb 06:01

Choose a tag to compare

  • FIX sort crash in web due to JS converting variables into immutable vals that cannot be sorted.

v0.1.6

13 Feb 02:41

Choose a tag to compare

  • 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

30 Oct 22:02

Choose a tag to compare

What's Changed

  • Added useShortestSide property by @elMuso in #71

New Contributors

Full Changelog: 0.1.4...0.1.5

v0.1.4

07 Jul 05:03

Choose a tag to compare

  • Fix ListIterable.firstWhere Bad state: No element breakpoint initialization error.

v0.1.2

13 Jun 02:47

Choose a tag to compare

  • Full support for landscapeBreakpoints - breakpoints in landscape mode. Create landscape overrides with minWidthLandscape, maxWidthLandscape, defaultScaleLandscape, etc.
  • Use ResponsiveTargetPlatform to enable landscape support for platforms including web.

v0.1.1

13 Jun 02:47

Choose a tag to compare

  • Add initial support for landscapeBreakpoints which enables overriding default breakpoints on platforms with landscape orientations.

v0.1.0

15 Mar 02:39

Choose a tag to compare

  • Null Safety Migration.

v0.0.15

03 Mar 04:25

Choose a tag to compare

  • Fix backgroundColor incorrectly requiring a widget.
  • Fix context null error when widget parent is destroyed on layout update.

v0.0.14

25 Nov 17:23

Choose a tag to compare

  • Dartfmt files. No functional changes.