lor_deck_codes_dart 3.0.0 lor_deck_codes_dart: ^3.0.0 copied to clipboard
Dart library for decoding and encoding decks in Legend of Runeterra.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lor_deck_codes_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
lor_deck_codes_dart: ^3.0.0
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_dart/Base32.dart';
import 'package:lor_deck_codes_dart/CardCodeAndCount.dart';
import 'package:lor_deck_codes_dart/LoRDeckEncoder.dart';
import 'package:lor_deck_codes_dart/VarintTranslator.dart';