stack_router 1.0.2 copy "stack_router: ^1.0.2" to clipboard
stack_router: ^1.0.2 copied to clipboard

outdated

A stack-based routing library using an IndexedStack to route between different widgets. A stack-based routing library using an IndexedStack to route between different widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stack_router

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

dependencies:
  stack_router: ^1.0.2

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:stack_router/stack_router.dart';
4
likes
0
pub points
46%
popularity

Publisher

unverified uploader

A stack-based routing library using an IndexedStack to route between different widgets. A stack-based routing library using an IndexedStack to route between different widgets.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on stack_router