nebula_api_studio 0.1.1
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_studioWith Flutter:
$ flutter pub add nebula_api_studioThis 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.1Alternatively, 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';