flutter_homescreen_widget 0.1.0 copy "flutter_homescreen_widget: ^0.1.0" to clipboard
flutter_homescreen_widget: ^0.1.0 copied to clipboard

Update iOS WidgetKit and Android Glance home screen widgets using Flutter widgets as the UI. Design your widget in pure Dart — no Swift or Kotlin required. Supports tap actions, multiple widget sizes, [...]

0.1.0 #

  • Initial release.
  • Render any Flutter widget to a PNG and push it to an iOS WidgetKit or Android Glance home screen widget.
  • Define tappable WidgetAction areas with relative coordinates (0.0–1.0).
  • Receive tap action IDs in your Flutter app via FlutterHomescreenWidget.onAction stream.
  • Support multiple widget sizes (small, medium, large) with independent update calls.
  • iOS: uses App Group shared container + WidgetCenter.reloadTimelines.
  • Android: uses internal file storage + SharedPreferences + AppWidget broadcast.
4
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Update iOS WidgetKit and Android Glance home screen widgets using Flutter widgets as the UI. Design your widget in pure Dart — no Swift or Kotlin required. Supports tap actions, multiple widget sizes, and auto-sync.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_homescreen_widget

Packages that implement flutter_homescreen_widget