[BUG] Generates List<<List<SomeGet$Response>>
instead of List<SomeGet$Response>
#711
Labels
List<<List<SomeGet$Response>>
instead of List<SomeGet$Response>
#711
Describe the bug
The code generation process for the OpenAPI Swagger Dart library is producing incorrect output. Instead of generating a response type of
List<ItemsGet$Response>
, the code generator is generatingList<List<ItemsGet$Response>>
.Generated output
File: openapi.swagger.dart
Expected output
File: openapi.swagger.dart
Swagger specification link
Link to swagger/OpenApi documentation
build.yaml
Library version used:
chopper: ^6.1.1
json_annotation: ^4.8.0
build_runner: ^2.3.3
chopper_generator: ^6.0.0
json_serializable: ^6.6.1
swagger_dart_code_generator: ^2.10.4
The text was updated successfully, but these errors were encountered: