navi 0.2.2 copy "navi: ^0.2.2" to clipboard
navi: ^0.2.2 copied to clipboard

A simple and easy to learn declarative navigation framework for Flutter, based on Navigator 2.0 (Router).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add navi

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

dependencies:
  navi: ^0.2.2

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:navi/navi.dart';
16
likes
110
pub points
45%
popularity

Publisher

verified publisherzenonine.com

A simple and easy to learn declarative navigation framework for Flutter, based on Navigator 2.0 (Router).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter, logging

More

Packages that depend on navi