nebula_api_studio 0.1.1 copy "nebula_api_studio: ^0.1.1" to clipboard
nebula_api_studio: ^0.1.1 copied to clipboard

A professional Dart/Flutter package combining a Compiler + Runtime SDK. Convert OpenAPI 3.x / Swagger 2.0 specs into fully type-safe Dart SDKs with smart caching, retry policies, a plugin system, offl [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nebula_api_studio

With Flutter:

 $ flutter pub add nebula_api_studio

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

dependencies:
  nebula_api_studio: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nebula_api_studio/nebula_api_studio.dart';
2
likes
130
points
137
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A professional Dart/Flutter package combining a Compiler + Runtime SDK. Convert OpenAPI 3.x / Swagger 2.0 specs into fully type-safe Dart SDKs with smart caching, retry policies, a plugin system, offline queue, and a powerful CLI with watch mode. Ready for pub.dev.

Topics

#networking #code-generation #openapi #swagger #http

License

MIT (license)

Dependencies

collection, http, meta, path, yaml

More

Packages that depend on nebula_api_studio