Releases: noxasch/flutter_app_widget
Releases · noxasch/flutter_app_widget
v0.4.0
26 Apr 12:23
Compare
Sorry, something went wrong.
No results found
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
26 Apr 06:30
Compare
Sorry, something went wrong.
No results found
Fix
fix widget updated multiple on every update trigger #25
v0.3.0
13 Dec 18:42
Compare
Sorry, something went wrong.
No results found
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
27 Sep 07:22
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix(android): reloadWidgets to use initialized androidPackageName
v0.2.1
22 Sep 15:25
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix(android): onClickWidget callback should be widget independent
v0.2.0
21 Sep 12:18
Compare
Sorry, something went wrong.
No results found
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
18 Sep 15:46
Compare
Sorry, something went wrong.
No results found
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
17 Sep 20:50
Compare
Sorry, something went wrong.
No results found
Support flavored app #3
Fix update method (android) #5
finalized android params name
v0.0.4
15 Sep 22:43
Compare
Sorry, something went wrong.
No results found
implement handleConfigureAction android method
v0.0.3
15 Sep 21:22
Compare
Sorry, something went wrong.
No results found
add getWidgetIds api (Android)