erluxman / awesomefluttertips

❤️ Awesome Flutter Tips and Tricks ❤️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addition of Enum extensions

rootsec1 opened this issue · comments

A powerful but not very well known feature.
Allows for custom function prototypes to be defined for Enumeration types. Can be very useful in situations such as getting the value of an enumeration type in string. Check out this link for an example.

Will look into it.

@abhishekwl Nice!! A loved it.