openapi_generator 5.0.2 copy "openapi_generator: ^5.0.2" to clipboard
openapi_generator: ^5.0.2 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...'),
  inputSpec: InputSpec(path: 'openapi-spec.yaml'),
  generatorName: Generator.dio,
  outputDirectory: 'api/petstore_api',
)
class Example {}
96
likes
130
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
Contributing

Documentation

API reference

License

BSD-3-Clause (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