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

Convert Swagger to Dart using freezed and retrofit support only 3.1.0 openApi

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add swagger_to_dart

With Flutter:

 $ flutter pub add swagger_to_dart

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

dependencies:
  swagger_to_dart: ^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:swagger_to_dart/swagger_to_dart.dart';
4
likes
110
points
575
downloads

Publisher

verified publishermatheer.com

Weekly Downloads

Convert Swagger to Dart using freezed and retrofit support only 3.1.0 openApi

Repository (GitHub)
View/report issues

Topics

#swagger #openapi #generator #freezed #retrofit

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

collection, freezed_annotation, json_annotation, logger, path, yaml

More

Packages that depend on swagger_to_dart