Ahmadre / FlutterIconPicker

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

Update Material & FontAwesome Icons #54

Closed flutterWithChris closed 1 year ago

flutterWithChris commented 1 year ago

Fixed deprecated Material & FontAwesome Icons (Flutter v3.7) #53

CharlesLim0721 commented 1 year ago

Thanks flutterWithChris you solve my problem👍🏻

in case someone is new ( I spent 30min to find the file 😅 ) below is the picture where to removed WhatsApp Icons (Material)

External Libraries -> Dart Packages -> flutter_iconpicker-3.2.2 ->IconPicker -> Packs -> Material.dart

Screenshot 2023-01-26 at 5 48 25 PM
Ahmadre commented 1 year ago

This PR has conflicts with actual changes. Please update it, because FontAwesome Changes needs to be merged.

Ahmadre commented 1 year ago

fixed