We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5eeec0 commit 90589e8Copy full SHA for 90589e8
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.6.0
2
+* Require Flutter 3.20+ due to changes in `ViewConfiguration`
3
+
4
## 0.5.0
5
**Breaking Changes**
6
* The package now uses a library pattern so you should only import `'package:home_widget/home_widget.dart'`
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:
7
sdk: '>=2.12.0 <4.0.0'
8
- flutter: ">=1.17.0"
+ flutter: '>=3.20.0-1.2.pre'
9
10
dependencies:
11
flutter:
0 commit comments