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

Replaces ExtendedEnum with dart's enhanced enum concept #165

Merged
merged 1 commit into from
May 7, 2023

Conversation

hayribakici
Copy link
Collaborator

This PR replaces the ExtendedEnum class with dart's enhanced enum concept resulting in less class overhead.

@hayribakici hayribakici requested a review from rinukkusu May 6, 2023 14:36
@rinukkusu
Copy link
Owner

Ah cool - and this changes nothing in de-/serialization? :0

@hayribakici
Copy link
Collaborator Author

No it doesn't, because the enums are only method parameters that are changed.

@rinukkusu rinukkusu merged commit 3fd534a into rinukkusu:master May 7, 2023
@hayribakici hayribakici deleted the better_enum branch May 7, 2023 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants