Skip to content

Releases: Codelessly/ResponsiveFramework

v1.5.1 Release

26 Aug 16:37
Compare
Choose a tag to compare
- Fix ScrollBehavior missing default values.

v1.5.0 Release

26 Aug 02:44
Compare
Choose a tag to compare
- Create new MaxWidthBox implementation that only uses constraints for setting max width.
- Create NoScrollBarBehavior.
- Update ScrollBehavior to inherit default behavior.
- Fix imports. Added responsive_utils.dart to the library file.
- Update examples.

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.