Skip to content

Commit 365f8f9

Browse files
committed
chore(release): release v0.5.0
1 parent dd2d116 commit 365f8f9

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.5.0
2+
**Breaking Changes**
3+
* The package now uses a library pattern so you should only import `'package:home_widget/home_widget.dart'`
4+
5+
**New Features**
6+
* Jetpack Glance Support
7+
* Support `requestPinWidget` on Android
8+
* Support getting Information about Widgets Users have currently added to their Home and Lock Screens
9+
* Support saving `Uint8List` on iOS
10+
11+
**Fixes**
12+
* iOS Background Work not working when App was fully closed
13+
* Launching the App on Android 14+
14+
* iOS not compiling when using interactive Widgets with Flutter 3.19+
15+
116
## 0.4.1
217
* Fix First Background on iOS being ignored by [mchudy](https://github.com/mchudy) in [#188](https://github.com/ABausG/home_widget/pull/188)
318

pubspec.yaml

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

66
environment:

0 commit comments

Comments
 (0)