idle_core 0.4.0 copy "idle_core: ^0.4.0" to clipboard
idle_core: ^0.4.0 copied to clipboard

Deterministic state simulation core for Dart with fixed ticks, offline progress, replay, and versioned snapshots.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add idle_core

With Flutter:

 $ flutter pub add idle_core

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  idle_core: ^0.4.0

Alternatively, 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_core/idle_core.dart';
1
likes
160
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Deterministic state simulation core for Dart with fixed ticks, offline progress, replay, and versioned snapshots.

Repository (GitHub)

License

MIT (license)

More

Packages that depend on idle_core