You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, This seems to be an issue with the official openapi generator. I am able to reproduce it even with the latest official version released. You will have better luck raising the issue there. Please reopen this issue if you disagree.
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.
Steps to reproduce
To reproduce, create a new flutter project and set up
openapi_generator
with the following spec:Expected behavior
The generated code should be able to compile.
The code should have the following differences:
Logs
No response
Screenshots
Platform
macOS
Library version
5.0.2
Flutter version
3.16.9
Flutter channel
stable
Additional context
No response
The text was updated successfully, but these errors were encountered: