route_hierarchical 0.7.0 copy "route_hierarchical: ^0.7.0" to clipboard
route_hierarchical: ^0.7.0 copied to clipboard

discontinued
Dart 1 only

A client routing library for Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add route_hierarchical

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

dependencies:
  route_hierarchical: ^0.7.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:route_hierarchical/click_handler.dart';
import 'package:route_hierarchical/client.dart';
import 'package:route_hierarchical/link_matcher.dart';
import 'package:route_hierarchical/route_handle.dart';
import 'package:route_hierarchical/url_matcher.dart';
import 'package:route_hierarchical/url_template.dart';
0
likes
20
pub points
23%
popularity

Publisher

unverified uploader

A client routing library for Dart

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

logging

More

Packages that depend on route_hierarchical