openapi_generator_annotations 1.1.0 copy "openapi_generator_annotations: ^1.1.0" to clipboard
openapi_generator_annotations: ^1.1.0 copied to clipboard

outdated

Annotation package for openapi_generator https://pub.dev/packages/openapi_generator.

example/example.dart

import 'package:openapi_generator_annotations/openapi_generator_annotations.dart';

@Openapi(
    additionalProperties:
        AdditionalProperties(pubName: 'petstore_api', pubAuthor: 'Johnny dep'),
    inputSpecFile: 'example/openapi-spec.yaml',
    generatorName: Generator.DART_JAGUAR,
    outputDirectory: 'api/petstore_api')
class Example extends OpenapiGeneratorConfig {}
19
likes
0
pub points
94%
popularity

Publisher

verified publisherdevappliance.com

Annotation package for openapi_generator https://pub.dev/packages/openapi_generator.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on openapi_generator_annotations