Releases: ABausG/home_widget
Releases · ABausG/home_widget
v0.6.0
v0.5.0
What's Changed
- feat: Add requestPinWidget method by @tenhobi in #192
- feat: document Jetpack Glance Usage by @tenhobi in #203
- docs: Improve README Formatting by @ueman in #204
- chore: Fix typo in README by @kreazyme in #212
- fix: HomeWidgetBackgroundWorker on iOS not setting Setup as completed by @armandsLa in #229
- fix: Android 14+ launch support by @armandsLa in #224
- feat: support Uint8List as FlutterStandardTypedData on iOS by @bierbaumtim in #197
- fix: addApplicationDelegate unavailable in iOS by @armandsLa in #228
- feat: Add a way to to obtain information about the pinned widgets by @qwadrox in #233
- refactor!: use library pattern by @ABausG in #238
- feat: finish glance support by @ABausG in #239
New Contributors
- @ueman made their first contribution in #204
- @kreazyme made their first contribution in #212
- @armandsLa made their first contribution in #229
- @bierbaumtim made their first contribution in #197
- @qwadrox made their first contribution in #233
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
v0.3.1
What's Changed
- ci: Fix Main Build by @ABausG in #186
- fix null pointer error when saving flutter widget by @milindgoel15 in #182
- upgrade AGP to 8.0, added namespace by @milindgoel15 in #155
- Fixes syntax error in readme code example by @mattrltrent in #154
- Handle null check (linked to issue #66) by @eliasto in #172
New Contributors
- @milindgoel15 made their first contribution in #182
- @mattrltrent made their first contribution in #154
- @eliasto made their first contribution in #172
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- v0.3.0 - RenderFlutterWidget by @ABausG in #140
Co-authored-by @leighajarett
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0+1
What's Changed
- annotate callbackDispatcher with @pragma("vm:entry-point") by @ColinSchmale in #115
New Contributors
- @ColinSchmale made their first contribution in #115
Full Changelog: v0.2.0...v0.2.0+1
0.2.0
- Fix missing
@pragma("vm:entry-point")
for Background Callbacks #99 by linziyou0601 - Update HomeWidgetBackgroundService.kt #98 by roly151
- README Improvements by aaronkelton and hadysata
0.1.6
New Feature
- Allow the specification of fully qualified android name #62 by
NicolaVerbeeck
Fixes
- Fix paths in README #73 by
AndyRusso - Migrate example to Android embedding v2 #80 by
ronnieeeeee - Fix onNewIntent in Flutter 3 #84 by
josepedromonteiro and
stepushchik-denis-gismart