-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
use freezed
package and json_generator to regenerate DTO's
#62
Comments
i-am-ijaz
added a commit
that referenced
this issue
Jun 10, 2023
i-am-ijaz
added a commit
that referenced
this issue
Jun 10, 2023
JordyHers
added a commit
that referenced
this issue
Jun 14, 2023
JordyHers
added a commit
that referenced
this issue
Jun 14, 2023
JordyHers
added a commit
that referenced
this issue
Jun 14, 2023
JordyHers
added a commit
that referenced
this issue
Jun 14, 2023
JordyHers
added a commit
that referenced
this issue
Jun 14, 2023
JordyHers
added a commit
that referenced
this issue
Jun 14, 2023
github-project-automation
bot
moved this from Done
to ready-for-testing
in Time's up Flutter
Jun 17, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behaviour:
The current project class does not have the best approch to generate DTO's.
Expected Behaviour:
implement
freezed
to have immutable class and generate copy with methods etc...along with json_generator.
NO generated class should be pushed to github. Make sure you add the extension of the generated files inside
.gitignore.
and update the readme file to mention to runflutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
Steps to Reproduce:
NO/
Environment:
Emulator: Pixel 6 Pro
Android version: 12
Android SDK: 33
The text was updated successfully, but these errors were encountered: