app_widget_platform_interface 0.4.0 app_widget_platform_interface: ^0.4.0 copied to clipboard
Common platform interface for app_widget plugin.
0.4.0 #
- breaking changes:
configureWidget
andupdateWidget
acceptlayoutId
instead oflayoutName
0.3.1 #
- update platform interface version
0.3.0 #
- support dart sdk 4.0
0.2.0 #
- breaking changes:
androidAppName
renamed toandroidPackageName
- breaking changes: parameter
textViewsIdMap
renamed totextViews
forconfigureWidget
andupdateWidget
- feat: androidPackageName are now accepted for reloadWidget and getWidgetIds
0.1.0 #
- finalize interface based on android usage
0.0.3 #
- implement getWidgetIds api interface
0.0.2 #
- implement updateWidget api interface
0.0.1 #
- implement configureWidget api interface
- implement cancelConfifureWidget api interface
- implement reloadWidgets api interface
- implement widgetExist api interface
- implement onConfigureWidget callback api interface
- implement onClickWidget callback api interface