app_widget_android 0.2.0
app_widget_android: ^0.2.0 copied to clipboard
Android implementation for app_widget plugin
0.2.0 #
- breaking changes:
androidAppName
renamed toandroidPackageName
- breaking changes: parameter
textViewsIdMap
renamed totextViews
forconfigureWidget
andupdateWidget
- breaking changes:
onClickWidget
now accept String instead of Map - feat: androidPackageName are now accepted for reloadWidget and getWidgetIds
- feat: accept uri parameters in
configureWidget
andupdatewidget
- fix: onClickWidget callback
0.1.1 #
- perf: improve configure widget callback response
- fix: fix reload wigdets
- fix: fix getWidgetIds
0.1.0 #
- feat: support flavored app
- fix: update method
- chore: finalized android params name
0.0.4 #
- implement
handleConfigureAction
android method
0.0.3 #
- implement getWidgetIds api
0.0.2 #
- implement updateWidget api
- remove debug log - Android and Dart
0.0.1 #
- implement configureWidget api
- implement cancelConfifureWidget api
- implement reloadWidgets api
- implement widgetExist api
- implement onConfigureWidget callback api
- implement onClickWidget callback api