app_widget_android
Android implementation for app_widget plugin
0.4.1
377 downloads/mo
#918 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
Ships fairly regularly
a new release about every 1.2 years
Nearly every release is documented
notes for 14 of 14 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
14 releases · first in 2022
1 release in the last 12 months
see the full history below
Release timeline
14 releases · Sep 2022 to Apr 2026Releases
latest 14-
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.326 Apr 2024 -
0.3.213 Dec 2023 -
0.3.113 Dec 2023 -
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: support widget provider with different package name *fix: fix MainActivity not using application package name
-
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 →- breaking changes:
androidAppNamerenamed toandroidPackageName - breaking changes: parameter
textViewsIdMaprenamed totextViewsforconfigureWidgetandupdateWidget - breaking changes:
onClickWidgetnow accept String instead of Map - feat: androidPackageName are now accepted for reloadWidget and getWidgetIds
- feat: accept uri parameters in
configureWidgetandupdatewidget - fix: onClickWidget callback
-
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
-
0.1.017 Sep 2022Release notes
Open source →Release notes
Open source →- feat: support flavored app
- fix: update method
- chore: finalized android params name
-
0.0.415 Sep 2022 -
0.0.315 Sep 2022 -
0.0.215 Sep 2022 -
0.0.115 Sep 2022Release notes
Open source →- implement configureWidget api
- implement cancelConfifureWidget api
- implement reloadWidgets api
- implement widgetExist api
- implement onConfigureWidget callback api
- implement onClickWidget callback api