canon_codec 0.1.4
canon_codec: ^0.1.4 copied to clipboard
Strict, const, bidirectional value<->string codecs — the shared id/segment codec for the canon ecosystem.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add canon_codecWith Flutter:
$ flutter pub add canon_codecThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
canon_codec: ^0.1.4Alternatively, 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:canon_codec/canon_codec.dart';