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

A Flutter binding layer for idle/incremental games built on idle_core and idle_save

idle_flutter #

🎉 Thrilled to introduce idle_flutter, the Flutter binding layer for idle / incremental games built on idle_core and idle_save 🚀

What it is #

  • Flutter-only adapter for lifecycle, storage, and UI binding
  • Zero game logic in widgets; state lives in idle_core
  • Deterministic, debounced persistence and offline progress

API #

  • IdleFlutterController (ChangeNotifier + ValueListenable)
  • IdleControllerHost for safe start/dispose
  • IdleBuilder for full rebuilds
  • IdleSelector for scoped rebuilds
  • SharedPreferencesStore and PathFileStore helpers

Update policy #

This package is updated with an SDK-like mindset: stable APIs, predictable upgrade paths, and clear migrations when needed.

Contact #

Questions or feedback: wonyoungchoiseoul@gmail.com

1
likes
0
points
321
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter binding layer for idle/incremental games built on idle_core and idle_save

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, idle_core, idle_save, path_provider, shared_preferences

More

Packages that depend on idle_flutter