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

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

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';
16
likes
150
pub points
64%
popularity

Publisher

verified publishernorelease.dev

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on navigator_scope