openapi-generator-dart icon indicating copy to clipboard operation
openapi-generator-dart copied to clipboard

Openapi Generator for Dart/Flutter

Results 50 openapi-generator-dart issues
Sort by recently updated
recently updated
newest added

### 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. ###...

bug

### 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...

bug

### 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":...

bug

### 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:...

bug

### 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...

bug

### 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...

bug

This PR fixes issue #129

generator

### 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...

bug

### 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...

bug

### 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...

bug