canon_link 0.1.2
canon_link: ^0.1.2 copied to clipboard
Type-safe, bidirectional URL codec from a single grammar.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add canon_linkWith Flutter:
$ flutter pub add canon_linkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
canon_link: ^0.1.2Alternatively, 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_link/canon_link.dart';