tree_state_router 0.0.1-dev.3 copy "tree_state_router: ^0.0.1-dev.3" to clipboard
tree_state_router: ^0.0.1-dev.3 copied to clipboard

Flutter navigation and routing based on hierarchical state machines

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tree_state_router

With Flutter:

 $ flutter pub add tree_state_router

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

dependencies:
  tree_state_router: ^0.0.1-dev.3

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:tree_state_router/tree_state_router.dart';
1
likes
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter navigation and routing based on hierarchical state machines

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, logging, tree_state_machine

More

Packages that depend on tree_state_router