Ahmadre / FlutterIconPicker

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

IconManager.getSelectedPack() should include the customIconPack option #11

Closed MasiaVittorio closed 4 years ago

MasiaVittorio commented 4 years ago

The search bar replaces the <String,IconData> map with the just material icons if the icon picker has a customIconPack, making the use of custom icon packs useless without a properly functioning search bar.

That is because IconManager.getSelectedPack returns "icons" if the IconPack enum is IconPack.custom

Ahmadre commented 4 years ago

Very good! Thank you for the Bug-Report!

I'll solve that asap!

I'll let you know here if an update came online :).

Best regards

MasiaVittorio commented 4 years ago

Thank you for the quick response! I'm digging your package very much :D

Ahmadre commented 4 years ago

Fixed: Version :)