app_widget 0.1.1 copy "app_widget: ^0.1.1" to clipboard
app_widget: ^0.1.1 copied to clipboard

outdated

Flutter plugin to manage app widget / home screen widget from within flutter app.

0.1.1 #

  • perf: improve configure widget callback response
  • fix: fix reload wigdets
  • fix: fix getWidgetIds
  • docs: update docs
  • docs: update example app

0.1.0 #

  • Support flavored app
  • Fix update method
  • finalized android params name

0.0.4 #

  • implement handleConfigureAction android method

0.0.3 #

  • implement getWidgetIds api - Android

0.0.2 #

  • implement updateWidget api - Android
  • remove debug log - Android and Dart

0.0.1 #

  • implement configureWidget api - Android
  • implement cancelConfifureWidget api - Android
  • implement reloadWidgets api - Android
  • implement widgetExist api - Android
  • implement onConfigureWidget callback api - Android
  • implement onClickWidget callback api - Android