nav_stack 0.0.2+1 copy "nav_stack: ^0.0.2+1" to clipboard
nav_stack: ^0.0.2+1 copied to clipboard

outdated

A simple but powerful path-based routing system. Based on MaterialApp.router (Nav 2.0) it has full web-browser and deeplink support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nav_stack

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

dependencies:
  nav_stack: ^0.0.2+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nav_stack/nav_stack.dart';
13
likes
0
pub points
1%
popularity

Publisher

unverified uploader

A simple but powerful path-based routing system. Based on MaterialApp.router (Nav 2.0) it has full web-browser and deeplink support.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path_stack

More

Packages that depend on nav_stack