We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using enums it seems that the generated dart code references stuff in the dartson package:
openapi-generator/modules/openapi-generator/src/main/resources/dart2/api_client.mustache
Line 50 in b186883
openapi-generator/modules/openapi-generator/src/main/resources/dart2/enum.mustache
Line 1 in b186883
Line 18 in b186883
But it does not include it in the pubspec.
Is this by design and how can I fix it?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
@ExplicitlyImplicit thanks for reporting the issue.
cc @ircecho (2017/07) @swipesight (2018/09) @jaumard (2018/09)
Sorry, something went wrong.
this would be relatively easy to fix
Given the sluggish nature of release @ExplicitlyImplicit - I put my stuff in a dependency you can use in Maven if you use Maven. https://github.com/ClearPointNZ/connect-java/tree/master/maven-plugins/openapi-dart-plugin
Successfully merging a pull request may close this issue.
When using enums it seems that the generated dart code references stuff in the dartson package:
openapi-generator/modules/openapi-generator/src/main/resources/dart2/api_client.mustache
Line 50 in b186883
openapi-generator/modules/openapi-generator/src/main/resources/dart2/enum.mustache
Line 1 in b186883
openapi-generator/modules/openapi-generator/src/main/resources/dart2/enum.mustache
Line 18 in b186883
But it does not include it in the pubspec.
Is this by design and how can I fix it?
Thank you for your help!
The text was updated successfully, but these errors were encountered: