flow_widget_android 1.0.2
flow_widget_android: ^1.0.2 copied to clipboard
Android implementation of the flow_widget federated plugin.
Changelog #
1.0.2 #
- Glance refresh: when
useGlanceis true, call GlanceupdateAll/ per-idupdateand sendACTION_APPWIDGET_UPDATEinstead of relying only onnotifyAppWidgetViewDataChanged(which does not recompose Glance). - Stop using
appGroupIdas the Android SharedPreferences name fallback; default isFlowWidgetStorage.DEFAULT_PREFS_NAME(flutter_flow_widget). - Log a warning when
appGroupIdis set butandroidNamedSharedPreferencesis 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.