nuvigator 1.8.0 copy "nuvigator: ^1.8.0" to clipboard
nuvigator: ^1.8.0 copied to clipboard

A powerful routing abstraction over Flutter navigator, providing some new features and an easy way to define routers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nuvigator

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

dependencies:
  nuvigator: ^1.8.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:nuvigator/nuvigator.dart';
48
likes
40
pub points
57%
popularity

Publisher

verified publishernubank.dev

A powerful routing abstraction over Flutter navigator, providing some new features and an easy way to define routers.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

analyzer, build, build_config, code_builder, dart_style, flutter, path_to_regexp, recase, source_gen

More

Packages that depend on nuvigator