idle_flutter 0.2.0
idle_flutter: ^0.2.0 copied to clipboard
A Flutter binding layer for idle/incremental games built on idle_core and idle_save
0.2.0 #
- Dart format .
0.1.1 #
- Added autosave max interval and restore save safety.
- Added selector equality for collections and debug rebuild warnings.
- Added web fallback for PathFileStore.
- Rewrote README in English.
0.1.0 #
- Minor pub score fix
0.0.4 #
- Added
IdleControllerHostandIdleSelectorwidgets for safer startup and scoped rebuilds. - Added
rebuildOnChangeto opt out of full-tree rebuilds when usingIdleControllerHost. - Made controller startup idempotent and added
ready/flushhelpers. - Paused ticking while backgrounded and improved lifecycle safety.
- Hid
PathFileStoreon web via conditional exports.
0.0.3 #
- Description updated.
0.0.2 #
- README.md update.
0.0.1 #
- Flutter lifecycle + storage adapters + UI bindings initial release.