vandadnp / flutter-tips-and-tricks

A Collection of Flutter and Dart Tips and Tricks

Home Page:https://linktr.ee/vandadnp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Convert Enums to Strings in Dart" tip is out of date

orevial opened this issue · comments

This tip : https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/tipsandtricks/convert-enums-to-strings-in-dart/convert-enums-to-strings-in-dart.md

is out of date because we now have enumValue.name since Dart 2.15 so I think this tip can be removed 😉