route_tree 1.0.0-nullsafety.1 copy "route_tree: ^1.0.0-nullsafety.1" to clipboard
route_tree: ^1.0.0-nullsafety.1 copied to clipboard

RouteTree is a generic routing library that makes it easy to implement routing logic based on the path segments of a URI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add route_tree

With Flutter:

 $ flutter pub add route_tree

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

dependencies:
  route_tree: ^1.0.0-nullsafety.1

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:route_tree/route_tree.dart';
2
likes
150
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

RouteTree is a generic routing library that makes it easy to implement routing logic based on the path segments of a URI.

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

result_class

More

Packages that depend on route_tree