Ephenodrom / Dart-Basic-Utils

A dart package for many helper methods fitting common situations
MIT License
364 stars 77 forks source link

Replaced switch statements with map lookups. #24

Closed awhitford closed 4 years ago

awhitford commented 4 years ago

Should be easier to maintain with less lines of code.

Ephenodrom commented 4 years ago

@awhitford Thanks again for this really nice improvement.