openapi_generator 3.3.0+1 copy "openapi_generator: ^3.3.0+1" to clipboard
openapi_generator: ^3.3.0+1 copied to clipboard

outdated

Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli.

example/example.dart

import 'package:openapi_generator_annotations/openapi_generator_annotations.dart';

@Openapi(
    additionalProperties: AdditionalProperties(
        pubName: 'petstore_api', pubAuthor: 'Johnny dep...'),
    inputSpecFile: 'https://google.com',
    generatorName: Generator.dio,
    outputDirectory: 'api/petstore_api')
class Example extends OpenapiGeneratorConfig {}
98
likes
0
pub points
88%
popularity

Publisher

verified publisherdevappliance.com

Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, openapi_generator_annotations, openapi_generator_cli, path, source_gen

More

Packages that depend on openapi_generator