scout_router 0.1.0 copy "scout_router: ^0.1.0" to clipboard
scout_router: ^0.1.0 copied to clipboard

Scout Router — statically analyse your go_router configuration and emit a structured route manifest (YAML, JSON, or Markdown) at compile time. Part of the Scout Application Capability Intelligence Pla [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scout_router

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

dependencies:
  scout_router: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:scout_router/scout_router.dart';
0
likes
130
points
5
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Scout Router — statically analyse your go_router configuration and emit a structured route manifest (YAML, JSON, or Markdown) at compile time. Part of the Scout Application Capability Intelligence Platform. Zero runtime overhead, no reflection.

Repository (GitHub)
View/report issues

Topics

#scout #go-router #routing #code-generation #build-runner

License

MIT (license)

Dependencies

analyzer, build, glob, path

More

Packages that depend on scout_router