app_widget
Flutter plugin to manage app widget / home screen widget from within flutter app.
0.4.1
375 downloads/mo
#921 most downloaded on pub.dev
noxasch/flutter_app_widget
What this package is like to depend on
Last release 4 months ago
04 Apr 2026
Release timing varies
gaps range from 2 weeks to 1.9 years
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
13 releases · first in 2022
1 release in the last 12 months
see the full history below
Release timeline
13 releases · Sep 2022 to Apr 2026Releases
latest 13-
0.4.104 Apr 2026 -
0.4.026 Apr 2024Release notes
Open source →Feat
feat(android): forward layout id and name #26
Breaking Changes
configureWidgetandupdateWidgetmethod no longer acceptwidgetLayoutand acceptlayoutIdinsteadonConfigureWidgetnow accept 3 params (widgetId,layoutId,layoutName)
Release notes
Open source →- breaking changes:
configureWidgetandupdateWidgetacceptlayoutIdinstead oflayoutName - breaking changes:
onConfigureWidgetnow accept 3 params (widgetId,layoutId,layoutName)
-
0.3.126 Apr 2024Release notes
Open source →- fix(android): fix trigger update widget updating the widget multiple time
-
0.3.013 Dec 2023Release notes
Open source →Feat
- add support for android API 33
- feat: added optional params for interface to accept androidPackageName (to support widget provider with different package name) #20
Test
test: update widget test
test(android): update integration testRelease notes
Open source →- feat(android): support widget provider with diff androidPackageName
- test: update widget test
- test(android): update integration test
-
0.2.227 Sep 2022Release notes
Open source →Bug Fixes
- fix(android): reloadWidgets to use initialized androidPackageName
-
0.2.122 Sep 2022Release notes
Open source →Bug Fixes
- fix(android): onClickWidget callback should be widget independent
Release notes
Open source →- fix(android): onClickWidget callback should be independent on each widget
-
0.2.021 Sep 2022Release notes
Open source →- rename interface into more generic
- feat(android): support uri payload for onClick intent
- fix: onClickWidget callback are now called properly
Breaking Changes
androidPackageNameare no longer accepted inconfigureWidgetandupdateWidgetmethodonClickWidgetcallback now accept a string instead of Map
Release notes
Open source →- rename interface into more generic
- feat(android): support uri payload for onClick intent
- fix: onClickWidget callback are now called properly
Breaking Changes
androidPackageNameare no longer accepted inconfigureWidgetandupdateWidgetmethodonClickWidgetcallback now accept a string instead of Map
-
0.1.118 Sep 2022Release notes
Open source →- perf(android): improve configure widget callback response
- fix(android): fix reloadWidgets
- fix(android): fix getWidgetIds
- docs: update docs
- docs: update example app
Release notes
Open source →- perf: improve configure widget callback response
- fix: fix reload wigdets
- fix: fix getWidgetIds
- docs: update docs
- docs: update example app
-
0.1.017 Sep 2022Release notes
Open source → -
0.0.415 Sep 2022 -
0.0.315 Sep 2022 -
0.0.215 Sep 2022Release notes
Open source →- implement updateWidget api - Android
- remove debug log - Android and Dart
-
0.0.115 Sep 2022Release notes
Open source →- implement configureWidget api - Android
- implement cancelConfifureWidget api - Android
- implement reloadWidgets api - Android
- implement widgetExist api - Android
- implement onConfigureWidget callback api - Android
- implement onClickWidget callback api - Android