elias8 / functional_enum

Code generator for functional enum that makes the use of enums much better.
https://pub.dev/packages/functional_enum
12 stars 4 forks source link

fix: `@functionalEnum can only be applied on enum types` #8

Closed Almighty-Alpaca closed 1 year ago

Almighty-Alpaca commented 2 years ago

I've broadened the check to InterfaceElement to include both ClassElement and EnumElement, although I'm not sure the former is still used for enums at all.