diff --git a/CHANGELOG.md b/CHANGELOG.md index 727278b..a42a1cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## 1.3.0 +- 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. diff --git a/example b/example index 569b539..f4debc9 160000 --- a/example +++ b/example @@ -1 +1 @@ -Subproject commit 569b5390d869aee60197fcbf6c66e7d2e748c48b +Subproject commit f4debc95fd2399693743af538859c1bbd256bdab diff --git a/pubspec.yaml b/pubspec.yaml index cfeb00c..ec27a38 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.2.0 +version: 1.3.0 homepage: https://codelessly.com repository: https://github.com/Codelessly/ResponsiveFramework documentation: https://github.com/Codelessly/ResponsiveFramework