nav_bridge 3.0.2 copy "nav_bridge: ^3.0.2" to clipboard
nav_bridge: ^3.0.2 copied to clipboard

A router-agnostic navigation layer for Flutter with testable guards and progressive GoRouter migration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nav_bridge

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

dependencies:
  nav_bridge: ^3.0.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:nav_bridge/nav_bridge.dart';
1
likes
160
points
75
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A router-agnostic navigation layer for Flutter with testable guards and progressive GoRouter migration.

Repository (GitHub)
View/report issues
Contributing

Topics

#navigation #routing #go-router #architecture #testing

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, go_router

More

Packages that depend on nav_bridge