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

Scout — Application Capability Intelligence Platform. The single entry point for Scout developers. Provides all capability annotations (@Capability, @Permission, @Workflow, @FeatureFlag, @Owner) plus [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scout

With Flutter:

 $ flutter pub add scout

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

dependencies:
  scout: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:scout/scout.dart';
0
likes
130
points
3
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Scout — Application Capability Intelligence Platform. The single entry point for Scout developers. Provides all capability annotations (@Capability, @Permission, @Workflow, @FeatureFlag, @Owner) plus the ScoutManifest typed model for reading scout.manifest.json programmatically — in a single import with zero transitive dependencies.

Repository (GitHub)
View/report issues

Topics

#scout #capability-intelligence #flutter #annotations #ai

License

MIT (license)

Dependencies

scout_annotations

More

Packages that depend on scout