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

Enterprise-grade Flutter routing built on go_router. Provides an async guard pipeline, deep-link safety, stateful shell with double-tap-to-root, analytics observers, and a zero-friction declarative AP [...]

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Enterprise-grade Flutter routing built on go_router. Provides an async guard pipeline, deep-link safety, stateful shell with double-tap-to-root, analytics observers, and a zero-friction declarative API. 100% pure Dart – no native code.

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