Skip to content

Commit 28d339a

Browse files
committed
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 parent 4fa4a41 commit 28d339a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 1.2.0
3+
- Flutter v3.19 update.
4+
- ResponsiveValue nullable type support.
5+
- Update ResponsiveRowColumn to use underlying Flex instead of Row and Columns.
6+
- Preserves nested widget state when switching between Rows and Columns.
7+
- Fix `landscape` incorrectly set to always true.
8+
29
## 1.1.1
310
- v1.0.0 migration guide: [Migration Guide](https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md)
411
- Fix landscape values null.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: responsive_framework
22
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
3-
version: 1.1.2
3+
version: 1.2.0
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/ResponsiveFramework
66
documentation: https://github.com/Codelessly/ResponsiveFramework
@@ -17,6 +17,6 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ^2.0.3
20+
flutter_lints: ^3.0.1
2121

2222
flutter:

0 commit comments

Comments
 (0)