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

A progressive, router-agnostic navigation layer for Flutter that allows you to wrap existing GoRouter apps and migrate to a clean, testable, decoupled architecture without rewriting your routes.

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: ^2.0.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:nav_bridge/nav_bridge.dart';
1
likes
130
points
76
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A progressive, router-agnostic navigation layer for Flutter that allows you to wrap existing GoRouter apps and migrate to a clean, testable, decoupled architecture without rewriting your routes.

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