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
It seems like the icons are not displayed because we use the IconDataXyz abstractions instead of IconData directly. The icons were displayed when I replaced them with const IconData(...) in font_awesome_flutter.dart, but weren't when I used them elsewhere with Icon(FontAwesomeIcons.xyz). This might be an intellij (or intellij flutter plugin) bug.
What do I have to do to get FontAwesomeIcons showed on Gutter bar in Android Studio?
I have restarted IDE, recompiled app, but nothing happens. Icons display correctly in my app, but I really love viewing gutter icons in editor window.
The text was updated successfully, but these errors were encountered: