lor_deck_codes 1.0.7 copy "lor_deck_codes: ^1.0.7" to clipboard
lor_deck_codes: ^1.0.7 copied to clipboard

The LorDeckCodes library can be used to encode/decode Legends of Runeterra decks to/from simple strings.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lor_deck_codes

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

dependencies:
  lor_deck_codes: ^1.0.7

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lor_deck_codes/card_code_count.dart';
import 'package:lor_deck_codes/deck_encoder.dart';
import 'package:lor_deck_codes/varint_translator.dart';
2
likes
30
pub points
0%
popularity

Publisher

verified publisherdevspress.net

The LorDeckCodes library can be used to encode/decode Legends of Runeterra decks to/from simple strings.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

base32

More

Packages that depend on lor_deck_codes