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
Hi, it would be nice if we could parse any deprecated fields from our OpenAPI schema and add the deprecated class annotation in Dart:
https://api.flutter.dev/flutter/dart-core/Deprecated-class.html
It'd make it easier to spot deprecated changes through the IDE.
The text was updated successfully, but these errors were encountered:
Hi @jointhejourney , could you provide some examples of expected generated code?
Sorry, something went wrong.
Hey @Vovanella95 apologies for missing your comment, and I'm glad you were able to implement. Thank you for the awesome package!
fryette
Vovanella95
Successfully merging a pull request may close this issue.
Hi, it would be nice if we could parse any deprecated fields from our OpenAPI schema and add the deprecated class annotation in Dart:
https://api.flutter.dev/flutter/dart-core/Deprecated-class.html
It'd make it easier to spot deprecated changes through the IDE.
The text was updated successfully, but these errors were encountered: