Skip to content

Commit 90589e8

Browse files
committed
chore(release): release 0.6.0 preview
1 parent f5eeec0 commit 90589e8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.6.0
2+
* Require Flutter 3.20+ due to changes in `ViewConfiguration`
3+
14
## 0.5.0
25
**Breaking Changes**
36
* The package now uses a library pattern so you should only import `'package:home_widget/home_widget.dart'`

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: home_widget
22
description: A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.
3-
version: 0.5.0
3+
version: 0.6.0
44
repository: https://github.com/ABausG/home_widget
55

66
environment:
77
sdk: '>=2.12.0 <4.0.0'
8-
flutter: ">=1.17.0"
8+
flutter: '>=3.20.0-1.2.pre'
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)