ziofat / material_design_icons_flutter

The Material Design Icons (https://materialdesignicons.com/) Icon pack available as set of Flutter Icons.
MIT License
167 stars 32 forks source link

add getIconsName function to get the list of icons available #16

Closed ItsJimi closed 4 years ago

ItsJimi commented 4 years ago

Hi,

I've added getIconsName() function to retrieve all available icons in a string list. Let me know if you have any changes request.

Thanks

ziofat commented 4 years ago

Hi, why do you need this function?

ItsJimi commented 4 years ago

To let users choose an icon for a resource.

ziofat commented 4 years ago

Sounds fair to me.