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

A Flutter router based on navigator 2.0 for app and web, provide many useful methods and send params easily.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add navigator_manager

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

dependencies:
  navigator_manager: ^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_manager/navigator_manager.dart';
6
likes
110
pub points
22%
popularity

Publisher

unverified uploader

A Flutter router based on navigator 2.0 for app and web, provide many useful methods and send params easily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider, route_observer_mixin

More

Packages that depend on navigator_manager