flutter-studio / flutter-icons

Customizable Icons for Flutter :boom:
Apache License 2.0
332 stars 123 forks source link

Access all icons with single API #25

Closed deadsoul44 closed 4 years ago

deadsoul44 commented 4 years ago

Is it possible to access all icons with a single API? For example, I want to select the best looking calendar icon from all of the sets. But, I have to type the name of all sets one by one and add dot calendar after them. If all the icons are accessible from a single class it would be easier to select the best calendar icon.

Thank you for the great package.

2534290808 commented 4 years ago

If two sets have the same Icon name, using a single API can cause a conflict

deadsoul44 commented 4 years ago

If there are same icon names, the name of the icon set can be appended.

2534290808 commented 4 years ago

That's a good idea

2534290808 commented 4 years ago

The new version adds the FlutterIcons class to access all icons