From 28d339a2e233fe0bd52818f938d6c8d72f6ef063 Mon Sep 17 00:00:00 2001 From: Ray Li Date: Fri, 23 Feb 2024 13:26:18 -0600 Subject: [PATCH] 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. --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa63634..727278b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 7eb0db7..cfeb00c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -17,6 +17,6 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^2.0.3 + flutter_lints: ^3.0.1 flutter: \ No newline at end of file