Releases: Codelessly/ResponsiveFramework
Releases · Codelessly/ResponsiveFramework
v1.5.1 Release
- Fix ScrollBehavior missing default values.
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
v1.4.0 Release - Update license.
1.3.0
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
- 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
- v1.0.0 migration guide: Migration Guide
- Fix landscape values null.
- Remove names and comments of deprecated
ResponsiveWrapper
in code.
v1.1.0
- Breaking Change - Condition is no longer constant to support inheriting type nullability.
- Simplify example.
v1.0.0
- New ResponsiveBreakpoints widget.
- Deprecated ResponsiveWrapper widget.
v0.2.0
- Flutter 3 release.
v0.1.9
- Flutter 2 compatibility version. This is the last version to support Flutter 2.