Skip to content

Commit

Permalink
v1.2.0 Release
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
rayliverified committed Feb 23, 2024
1 parent 4fa4a41 commit 28d339a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 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](https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md)
- Fix landscape values null.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: responsive_framework
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
version: 1.1.2
version: 1.2.0
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
documentation: https://github.com/Codelessly/ResponsiveFramework
Expand All @@ -17,6 +17,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
flutter_lints: ^3.0.1

flutter:

0 comments on commit 28d339a

Please sign in to comment.