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

PlatformAndroid

Android implementation of the flow_widget federated plugin.

Changelog #

1.0.2 #

  • Glance refresh: when useGlance is true, call Glance updateAll / per-id update and send ACTION_APPWIDGET_UPDATE instead of relying only on notifyAppWidgetViewDataChanged (which does not recompose Glance).
  • Stop using appGroupId as the Android SharedPreferences name fallback; default is FlowWidgetStorage.DEFAULT_PREFS_NAME (flutter_flow_widget).
  • Log a warning when appGroupId is set but androidNamedSharedPreferences is null, so prefs mismatches are visible.

1.0.1 #

  • Migrate Android Gradle build to AGP 9 / Gradle 9 compatibility.
  • Remove pinned AGP 8.7.3 buildscript; use host app toolchain.
  • Adopt built-in Kotlin on AGP 9+ with legacy KGP fallback for AGP 8.x.

1.0.0 #

  • Initial stable release.
0
likes
150
points
50
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android implementation of the flow_widget federated plugin.

Repository (GitHub)
View/report issues

Topics

#widget #home-widget #android

License

MIT (license)

Dependencies

flow_widget_platform_interface, flutter

More

Packages that depend on flow_widget_android

Packages that implement flow_widget_android