diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ed6604..0801cbd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.0 +* Require Flutter 3.20+ due to changes in `ViewConfiguration` + ## 0.5.0 **Breaking Changes** * The package now uses a library pattern so you should only import `'package:home_widget/home_widget.dart'` diff --git a/pubspec.yaml b/pubspec.yaml index ad064634..54de7f13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: home_widget description: A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS. -version: 0.5.0 +version: 0.6.0 repository: https://github.com/ABausG/home_widget environment: sdk: '>=2.12.0 <4.0.0' - flutter: ">=1.17.0" + flutter: '>=3.20.0-1.2.pre' dependencies: flutter: