navigator_scope 1.0.0-pre copy "navigator_scope: ^1.0.0-pre" to clipboard
navigator_scope: ^1.0.0-pre copied to clipboard

outdated

A simple package for nested navigation. No need to learn a bunch of new APIs. It will work exactly as you imagine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add navigator_scope

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

dependencies:
  navigator_scope: ^1.0.0-pre

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:navigator_scope/navigator_scope.dart';
21
likes
0
points
130
downloads

Publisher

verified publishernorelease.dev

Weekly Downloads

A simple package for nested navigation. No need to learn a bunch of new APIs. It will work exactly as you imagine.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on navigator_scope