Ahmadre / FlutterIconPicker

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

How do i use my own iconpack? #14

Closed frederikw03 closed 3 years ago

frederikw03 commented 3 years ago

I tried creating a icon pack. and i want it as my 'customIconPack', but i don't understand this explanation: /// Provide here your custom IconPack in a [Map<String, IconData>] /// to show your own collection of Icons to pick from

can you give me more detail on what to do after i changed my iconPackMode to custom? thanks

frederikw03 commented 3 years ago

@Ahmadre Can you help me with this? Thanks

Ahmadre commented 3 years ago

There's an example file in /example folder. Have a look there :)

Here: https://www.github.com/Ahmadre/FlutterIconPicker/tree/master/example%2Flib%2FcustomIconPack.dart

frederikw03 commented 3 years ago

thanks, i got it to work 👍