idle_flutter 0.0.3
idle_flutter: ^0.0.3 copied to clipboard
A Flutter adapter for idle / incremental games, built on top of idle_core and idle_save. Automatic lifecycle handling, safe persistence, and offline progress — without footguns.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add idle_flutterWith Flutter:
$ flutter pub add idle_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
idle_flutter: ^0.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:idle_flutter/idle_flutter.dart';