Skip to content

FontAwesomeIcons not showing on Gutter bar in Android Studio #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lodgmar opened this issue Sep 7, 2019 · 2 comments
Closed

FontAwesomeIcons not showing on Gutter bar in Android Studio #53

lodgmar opened this issue Sep 7, 2019 · 2 comments

Comments

@lodgmar
Copy link

lodgmar commented Sep 7, 2019

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.

@michaelspiss
Copy link
Collaborator

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.

Screenshot (73)

@brianegan
Copy link
Collaborator

We've got a bug open with the Flutter IntelliJ folks! We can try to hack around it, but it requires a proper fix: flutter/flutter-intellij#2334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants