path_stack 0.0.2+2 copy "path_stack: ^0.0.2+2" to clipboard
path_stack: ^0.0.2+2 copied to clipboard

outdated

A Stack that shows a single child from a list of children. Similar to IndexedStack, but it uses Strings as keys and has a number of extra features like child nesting and path arguments.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add path_stack

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

dependencies:
  path_stack: ^0.0.2+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:path_stack/path_stack.dart';
6
likes
0
pub points
3%
popularity

Publisher

unverified uploader

A Stack that shows a single child from a list of children. Similar to IndexedStack, but it uses Strings as keys and has a number of extra features like child nesting and path arguments.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path_to_regexp

More

Packages that depend on path_stack