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

Scout build_runner plugin — analyses @Capability annotations, go_router routes, and API endpoints to produce scout.manifest.json at compile time. Zero runtime overhead; all analysis happens at build time.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scout_builder

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

dependencies:
  scout_builder: ^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_builder/scout_builder.dart';
0
likes
120
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Scout build_runner plugin — analyses @Capability annotations, go_router routes, and API endpoints to produce scout.manifest.json at compile time. Zero runtime overhead; all analysis happens at build time.

Repository (GitHub)
View/report issues

Topics

#scout #capability-intelligence #flutter #build-runner #code-generation

License

MIT (license)

Dependencies

analyzer, build, glob, path, scout_annotations, scout_openapi, scout_router, source_gen

More

Packages that depend on scout_builder