app_widget_platform_interface 0.4.0 copy "app_widget_platform_interface: ^0.4.0" to clipboard
app_widget_platform_interface: ^0.4.0 copied to clipboard

Common platform interface for app_widget plugin.

0.4.0 #

  • breaking changes: configureWidget and updateWidget accept layoutId instead of layoutName

0.3.1 #

  • update platform interface version

0.3.0 #

  • support dart sdk 4.0

0.2.0 #

  • breaking changes: androidAppName renamed to androidPackageName
  • breaking changes: parameter textViewsIdMap renamed to textViews for configureWidget and updateWidget
  • 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