openapi_generator 4.13.0 copy "openapi_generator: ^4.13.0" to clipboard
openapi_generator: ^4.13.0 copied to clipboard

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 {}
106
likes
0
pub points
89%
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, build_runner, http, logging, openapi_generator_annotations, openapi_generator_cli, path, source_gen, yaml

More

Packages that depend on openapi_generator