How to preview icons with flutter_vector_icons #246
Unanswered
CrossBread
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm having trouble getting icon previews to work. (Android Studio Electric Eel)
I've added flutter_vector_icons as a dependency in pubspec.yaml, but I'm not sure how to get the preview beyond that.
Also, can it just be under dev_dependencies rather than included under dependencies?
Should we actually be using the icons from this package to set the icon data of an Icon Widget?
Looking at the flutter_vector_icons example from Pub Dev using that exact code doesn't result in any icon preview.
I do see previews for the standard Flutter Icons class though.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions