unlimited 0.3.0 copy "unlimited: ^0.3.0" to clipboard
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';
1
likes
140
pub points
0%
popularity

Publisher

verified publisherlurey.dev

Cards database and game rules for the Star Wars Unlimited CCG.

Repository (GitHub)
View/report issues

Topics

#star-wars

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, meta

More

Packages that depend on unlimited