Releases: noxasch/flutter_app_widget
Releases · noxasch/flutter_app_widget
v0.4.0
Feat
feat(android): forward layout id and name #26
Breaking Changes
configureWidget
and updateWidget
method no longer accept widgetLayout
and accept layoutId
instead
onConfigureWidget
now accept 3 params (widgetId
, layoutId
, layoutName
)
v0.3.1
Fix
- fix widget updated multiple on every update trigger #25
v0.3.0
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 test
v0.2.2
Bug Fixes
- fix(android): reloadWidgets to use initialized androidPackageName
v0.2.1
Bug Fixes
- fix(android): onClickWidget callback should be widget independent
v0.2.0
- rename interface into more generic
- feat(android): support uri payload for onClick intent
- fix: onClickWidget callback are now called properly
Breaking Changes
androidPackageName
are no longer accepted in configureWidget
and updateWidget
method
onClickWidget
callback now accept a string instead of Map
v0.1.1
- perf(android): improve configure widget callback response
- fix(android): fix reloadWidgets
- fix(android): fix getWidgetIds
- docs: update docs
- docs: update example app
v0.1.0
- Support flavored app #3
- Fix update method (android) #5
- finalized android params name
v0.0.4
- implement
handleConfigureAction
android method
v0.0.3
- add getWidgetIds api (Android)