this post was submitted on 04 Oct 2023
1 points (66.7% liked)
Flutter
754 readers
1 users here now
Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've yet to find a single use case for enhanced enums. It also doesn’t help that freezed doesn’t support them.
How exactly does freezed not support them? All data on an enhanced enum is static.
Maybe the code generator? I have no idea. It seems like there shouldn’t be an issue.