openapi-generator-dart
openapi-generator-dart copied to clipboard
Openapi Generator for Dart/Flutter
### Description of the bug When using a spec that defines a schema of an object containing string keys and string array values the generator produces invalid Dart code. ###...
### Description of the bug If you empty your openapi generated folder and you have tests that rely on those generated files, mockito:mockBuilder won't be able to find these files...
### Description of the bug Code generator generates invalid code for an OpenAPI specification ### Steps to reproduce 1) Create an api definiton file `salad-api.json`: ```json { "openapi": "3.1.0", "info":...
### Description of the bug In my OpenAPI yaml file i've been given, a schema describes : ```yaml UpdateUser: type: object required: [] properties: name: type: string example: testName nullable:...
### Description of the bug I couldn't run this without installing java first. It wasn't expected. Probably should add it to the readme ### Steps to reproduce try to run...
### Description of the bug Generator doesn't generate nullable parameters always - some classes have some parameters nullable when generated (ex: String? name), but not all classes and that is...
### Description of the bug When using the fvm wrapper it fails to install the dependencies. This is caused because it's executing the wrong command. This is seen below in...
### Description of the bug I upgraded my openapi_generator to 4.10.0 which uses Dio 5.0. Since Dio 5.0 switched to using DioException and deprecated DioError the generated code now can...
### Description of the bug Generating dart code from a swagger json that has a `uniqueItems` attribute set to true for a List automatically converts it to a Set while...