unlimited 0.3.0
unlimited: ^0.3.0 copied to clipboard
Cards database and game rules for the Star Wars Unlimited CCG.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add unlimited
With Flutter:
$ flutter pub add unlimited
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
unlimited: ^0.3.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:unlimited/cards.dart';
import 'package:unlimited/decks.dart';
import 'package:unlimited/persist.dart';
import 'package:unlimited/schema.dart';
import 'package:unlimited/state.dart';