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

Scout OpenAPI — generate OpenAPI 3.0 specifications from annotated Dart service classes at compile time. Part of the Scout Application Capability Intelligence Platform. Annotation-driven, zero reflect [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scout_openapi

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

dependencies:
  scout_openapi: ^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_openapi/scout_openapi.dart';
0
likes
130
points
9
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Scout OpenAPI — generate OpenAPI 3.0 specifications from annotated Dart service classes at compile time. Part of the Scout Application Capability Intelligence Platform. Annotation-driven, zero reflection, works with any Dart or Flutter project.

Repository (GitHub)
View/report issues

Topics

#scout #openapi #swagger #code-generation #build-runner

License

MIT (license)

Dependencies

analyzer, build, collection, glob, path, source_gen

More

Packages that depend on scout_openapi