Skip to content
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

Generator doesn't generate nullable parameters always #132

Open
vasov97 opened this issue Feb 2, 2024 · 0 comments
Open

Generator doesn't generate nullable parameters always #132

vasov97 opened this issue Feb 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vasov97
Copy link

vasov97 commented Feb 2, 2024

Description of the bug

Generator doesn't generate nullable parameters always - some classes have some parameters nullable when generated (ex: String? name), but not all classes and that is becoming big issue for an app. I have to change them manually every time when i generate it again (and no, i can't put it in openiapi-ignore file, because that classes will change on backend).

Steps to reproduce

Just run generator as usually

Expected behavior

To have all parameters of the class generated as nullable types

Logs

No response

Screenshots

No response

Platform

macOS

Library version

4.11.0

Flutter version

3.16.9

Flutter channel

stable

Additional context

No response

@vasov97 vasov97 added the bug Something isn't working label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant