canon_link 0.2.0 copy "canon_link: ^0.2.0" to clipboard
canon_link: ^0.2.0 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_link

With Flutter:

 $ flutter pub add canon_link

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

dependencies:
  canon_link: ^0.2.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:canon_link/canon_link.dart';
1
likes
150
points
345
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Type-safe, bidirectional URL codec from a single grammar.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

canon_codec, meta

More

Packages that depend on canon_link