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
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add idle_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
idle_flutter: ^0.2.0Alternatively, your editor might support 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';