simple_navigator 1.0.0-beta.4 copy "simple_navigator: ^1.0.0-beta.4" to clipboard
simple_navigator: ^1.0.0-beta.4 copied to clipboard

This package comes with a simpler alternative to use than the go_router. If your project requires more complex routing, use the go_router.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_navigator

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

dependencies:
  simple_navigator: ^1.0.0-beta.4

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

Publisher

unverified uploader

This package comes with a simpler alternative to use than the go_router. If your project requires more complex routing, use the go_router.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, flutter_web_plugins, path_to_regexp, queue, uuid

More

Packages that depend on simple_navigator