flow_widget_android 1.0.0 copy "flow_widget_android: ^1.0.0" to clipboard
flow_widget_android: ^1.0.0 copied to clipboard

Android implementation of the flow_widget federated plugin.

flow_widget_android #

Android federated implementation for flow_widget.

Features #

  • SharedPreferences-backed typed storage with the flow_widget wire codec
  • AppWidget / Glance refresh via registered provider class names
  • Image persistence under filesDir/flow_widget_images/
  • Pin-widget requests via AppWidgetManager.requestPinAppWidget (API 26+)
  • Live Activities are not supported on Android (methods return unsupported)

Usage #

Add flow_widget to your app; this package is pulled in automatically as the default Android implementation.

Register widget providers in your host app manifest and call FlowWidget.registerConfig with androidProviderFullyQualifiedName so the plugin can refresh instances.

Channel contract #

  • Method channel: dev.flow_widget/methods
  • Event channel: dev.flow_widget/events
0
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Android implementation of the flow_widget federated plugin.

Repository (GitHub)
View/report issues

Topics

#widget #home-widget #android

License

unknown (license)

Dependencies

flow_widget_platform_interface, flutter

More

Packages that depend on flow_widget_android

Packages that implement flow_widget_android