route_tree 1.0.0-nullsafety.1
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_treeWith Flutter:
$ flutter pub add route_treeThis 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.1Alternatively, 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';