lukas-tr / vscode-materialdesignicons-intellisense

Provides intellisense, search and hover preview for Material Design Icons
https://marketplace.visualstudio.com/items?itemName=lukas-tr.materialdesignicons-intellisense
MIT License
35 stars 7 forks source link

Sir, do you have any plan to support Flutter's Icon Widget? #14

Closed zhengger closed 4 years ago

zhengger commented 4 years ago

Your extension is amazing good. Thanks.

lukas-tr commented 4 years ago

Yes, I will add support for flutter.

lukas-tr commented 4 years ago

I found 2 different libraries for flutter (mdi and material_design_icons_flutter) and added support for both. Suggestions can be triggered with Mdi., MdiIcons. and MdiIcons.fromString('. Inserting from the MDI Explorer, hovers and decorations also work.

Decoration

Ares9323 commented 4 years ago

@zhengger can you please post an example of what you can do with flutter icons? I tried to understand what they are when you opened this issue but still I have no idea! Thank you in advance!

lukas-tr commented 4 years ago

@Ares9323 Both libraries have examples: https://pub.dev/packages/material_design_icons_flutter#usage https://pub.dev/packages/mdi#usage