openapi_code_builder 0.1.4+1 copy "openapi_code_builder: ^0.1.4+1" to clipboard
openapi_code_builder: ^0.1.4+1 copied to clipboard

outdated

Generate Dtos, client and server scaffolds for openapi specs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add openapi_code_builder
copied to clipboard

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

dependencies:
  openapi_code_builder: ^0.1.4+1
copied to clipboard

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:openapi_code_builder/openapi_code_builder.dart';
copied to clipboard
15
likes
40
points
284
downloads

Publisher

verified publishercodeux.design

Weekly Downloads

2024.07.09 - 2025.01.21

Generate Dtos, client and server scaffolds for openapi specs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

build, built_collection, code_builder, dart_style, json_annotation, logging, meta, open_api_forked, openapi_base, path, quiver, recase, source_gen, yaml

More

Packages that depend on openapi_code_builder