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

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

example/lib/main.dart

import 'package:dio/dio.dart';

Future<void> main(List<String> args) async {
  final dio = Dio();

  dio.options.baseUrl = 'http://0.0.0.0:8004';

  // final apiClient = AdvancedClient(dio);

  // final response = await apiClient.advancedDependsQuery(
  //   q: 'test',
  //   skip: 0,
  //   limit: 10,
  // );

  // print(response.data);
}
17
likes
0
points
449
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

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

code_builder, collection, dart_style, dio, freezed_annotation, json_annotation, logger, path, pubspec_parse, retrofit, yaml

More

Packages that depend on swagger_to_dart