nav_stack 0.0.3+3 copy "nav_stack: ^0.0.3+3" to clipboard
nav_stack: ^0.0.3+3 copied to clipboard

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.3+3

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
110
pub points
22%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, path_stack

More

Packages that depend on nav_stack