dynamite 0.5.0+1 copy "dynamite: ^0.5.0+1" to clipboard
dynamite: ^0.5.0+1 copied to clipboard

Provides a Dart Build System builder for generating clients from OpenAPI specifications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dynamite

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

dependencies:
  dynamite: ^0.5.0+1

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:dynamite/dynamite.dart';
1
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Provides a Dart Build System builder for generating clients from OpenAPI specifications.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#openapi #codegen #build-runner

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

build, built_collection, built_value, checked_yaml, code_builder, collection, crypto, dart_style, logging, meta, path, pub_semver, pubspec_parse, rfc_6901, source_helper, uri, version

More

Packages that depend on dynamite