simple_navigator 1.0.0-beta.1 copy "simple_navigator: ^1.0.0-beta.1" to clipboard
simple_navigator: ^1.0.0-beta.1 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 Dart:

 $ dart pub add simple_navigator

With Flutter:

 $ flutter pub add simple_navigator

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

dependencies:
  simple_navigator: ^1.0.0-beta.1

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (LICENSE)

Dependencies

collection, flutter, flutter_web_plugins, path_to_regexp, queue, uuid

More

Packages that depend on simple_navigator