Ahmadre / FlutterIconPicker

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

fix: Remove deprecated flutter MaterialIcons #28

Closed nstrelow closed 2 years ago

nstrelow commented 2 years ago

Just removing the non existing icons.

Could be that new ones have been added, so this is probably not a complete fix for the newest flutter MaterialIcons.

Use by adding to pubspec.yaml:

  flutter_iconpicker:
    git:
      url: https://github.com/nstrelow/FlutterIconPicker
Ahmadre commented 2 years ago

Thank you so much @nstrelow :)