Skip to content

Tags: Codelessly/ResponsiveFramework

Tags

1.5.1

Toggle 1.5.1's commit message
v1.5.1 Release

- Fix ScrollBehavior missing default values.

1.5.0

Toggle 1.5.0's commit message
v1.5.0 Release

- 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

Toggle 1.4.0's commit message
v1.4.0 Release

- Update license.

1.3.0

Toggle 1.3.0's commit message
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

Toggle 1.2.0's commit message
v1.2.0 Release

- 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

Toggle 1.1.1's commit message
v1.1.1 Release

- v1.0.0 migration guide: [Migration Guide](https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md)
- Fix landscape values null.
- Remove names and comments of deprecated `ResponsiveWrapper` in code.

1.1.0

Toggle 1.1.0's commit message
v1.1.0 Release

- Breaking Change - Condition is no longer constant to support inheriting type nullability.
- Simplify example.

1.0.0

Toggle 1.0.0's commit message
Update Breakpoints Comparator API

- Update API to match Conditionals API.

0.2.0

Toggle 0.2.0's commit message
v0.2.0 Release

- Flutter 3 release.

0.1.9

Toggle 0.1.9's commit message
v0.1.9 Release

- Flutter 2 compatibility version. This is the last version to support Flutter 2.