route_architect 1.0.1 copy "route_architect: ^1.0.1" to clipboard
route_architect: ^1.0.1 copied to clipboard

Enterprise-grade Flutter routing on go_router. Async guard pipeline, deep-link safety, bottom-nav shell, analytics observers, and declarative API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add route_architect

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

dependencies:
  route_architect: ^1.0.1

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:route_architect/route_architect.dart';
0
likes
160
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Enterprise-grade Flutter routing on go_router. Async guard pipeline, deep-link safety, bottom-nav shell, analytics observers, and declarative API.

Repository (GitHub)
View/report issues

Topics

#routing #navigation #go-router #guards #bottom-navigation

License

MIT (license)

Dependencies

flutter, go_router

More

Packages that depend on route_architect