-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code generation fails on OpenAPI 3.1.0 API definition #135
Labels
bug
Something isn't working
Comments
Hi, looks like, this has been fixed in You can edit your dev_dependencies:
...
openapi_generator: ^5.0.2
openapi_generator_cli: ^5.0.2
openapi_generator_annotations: ^5.0.2
dependency_overrides:
analyzer: ^6.4.1
meta: ^1.15.0
openapi_generator:
git:
url: https://github.com/gibahjoe/openapi-generator-dart.git
ref: v5.0.3
path: openapi-generator
version: ^5.0.3
openapi_generator_cli:
git:
url: https://github.com/gibahjoe/openapi-generator-dart.git
ref: v5.0.3
path: openapi-generator-cli
version: ^5.0.3
openapi_generator_annotations:
git:
url: https://github.com/gibahjoe/openapi-generator-dart.git
ref: v5.0.3
path: openapi-generator-annotations
version: ^5.0.3 May be override |
not solved |
I'm getting the same issue, overriding to 5.0.3 does not solve this issue |
6 tasks
Related to OpenAPITools/openapi-generator#13302 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
Code generator generates invalid code for an OpenAPI specification
Steps to reproduce
salad-api.json
:Expected behavior
Generate a valid client library.
Logs
Screenshots
No response
Platform
Linux
Library version
5.0.2
Flutter version
3.19.0
Flutter channel
stable
Additional context
The text was updated successfully, but these errors were encountered: