You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Also the pull request for this feature (flutter/flutter-intellij#5595) explicitly states that the icons are blank:
(image from that pull request)
As you can see, line 18 with MdiIcons icon has no gutter preview.
Can you please fix this?
The text was updated successfully, but these errors were encountered:
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 #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.
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 tomaterial_design_icons_flutter
, it shows this popup at the bottom right:Also the pull request for this feature (flutter/flutter-intellij#5595) explicitly states that the icons are blank:
(image from that pull request)
As you can see, line 18 with MdiIcons icon has no gutter preview.
Can you please fix this?
The text was updated successfully, but these errors were encountered: