Skip to content

Releases: Codelessly/ResponsiveFramework

1.4.0

25 Feb 03:40
Compare
Choose a tag to compare
v1.4.0 Release

- Update license.

1.3.0

24 Feb 23:21
Compare
Choose a tag to compare
v1.3.0 Release

- Refactor Library Imports.
  - Unify library imports.
- Restore const Conditions.
  - Fix `copyWith` type.
- Update examples.
- Fix ResponsiveVisibility nullable type error.

1.2.0

23 Feb 19:31
Compare
Choose a tag to compare
  • Flutter v3.19 update.
  • ResponsiveValue nullable type support.
  • Update ResponsiveRowColumn to use underlying Flex instead of Row and Columns.
    • Preserves nested widget state when switching between Rows and Columns.
  • Fix landscape incorrectly set to always true.

1.1.1

11 Sep 17:27
Compare
Choose a tag to compare
  • v1.0.0 migration guide: Migration Guide
  • Fix landscape values null.
  • Remove names and comments of deprecated ResponsiveWrapper in code.

v1.1.0

15 Jun 05:48
Compare
Choose a tag to compare
  • Breaking Change - Condition is no longer constant to support inheriting type nullability.
  • Simplify example.

v1.0.0

17 Apr 23:49
Compare
Choose a tag to compare
  • New ResponsiveBreakpoints widget.
  • Deprecated ResponsiveWrapper widget.

v0.2.0

18 May 20:15
Compare
Choose a tag to compare
  • Flutter 3 release.

v0.1.9

18 May 18:48
Compare
Choose a tag to compare
  • Flutter 2 compatibility version. This is the last version to support Flutter 2.

v0.1.8

12 May 16:43
Compare
Choose a tag to compare
  • Flutter 3 support.

v0.1.7

13 Feb 06:01
Compare
Choose a tag to compare
  • FIX sort crash in web due to JS converting variables into immutable vals that cannot be sorted.