Ahmadre / FlutterIconPicker

An adaptive comprehensive IconPicker for Flutter
MIT License
112 stars 76 forks source link

Are other icon packs supported? #2

Closed Ben-Baert closed 4 years ago

Ben-Baert commented 4 years ago

Are other icon packs such as https://pub.dev/packages/line_awesome_icons supported? Is there an easy way to integrate these?

Ahmadre commented 4 years ago

Very good point @Ben-Baert! I was planning to do that for the picker. I will upgrade the package soon to do so :)

The biggest hurdle is just to read the IconPack and convert it into a Map of String, IconData. If that's done, all IconPacks could be imported and the Picker could be customized

Ahmadre commented 4 years ago

Fixed in v1.1.0 (See supported IconPacks in Readme.md) 👍