ziofat / material_design_icons_flutter

The Material Design Icons (https://materialdesignicons.com/) Icon pack available as set of Flutter Icons.
MIT License
166 stars 33 forks source link

Unsupported icon package: Package always displays blank icon previews. #52

Open SivkovSavely opened 1 year ago

SivkovSavely commented 1 year ago

Hi, I want to be able to see MdiIcons on the gutter of Android Studio.

When I set up Preferences > Languages & Frameworks > Flutter Font Packages value to material_design_icons_flutter, it shows this popup at the bottom right:

image

Also the pull request for this feature (https://github.com/flutter/flutter-intellij/pull/5595) explicitly states that the icons are blank: image (image from that pull request)

As you can see, line 18 with MdiIcons icon has no gutter preview.

Can you please fix this?

Aoi-hosizora commented 1 year ago

Hi! I have published a JetBrains plugin called flutter_mdi_plugin for this requirement.

This plugin have only one feature, which is to preview MdiIcons in code line gutter and suggestion list, you can visit https://github.com/Aoi-hosizora/flutter_mdi_plugin and consider to use this plugin.

By the way, you can visit https://github.com/ziofat/material_design_icons_flutter/issues/7 for some details. Because of the issue in the official flutter plugin which you described, and some bugs in the flutter_enhancement_suite plugin, I decided to develop flutter_mdi_plugin.