-
Notifications
You must be signed in to change notification settings - Fork 325
Show Icons for Custom Icon Packages #2334
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
Comments
@devoncarew had ideas for doing the render more dynamically and if we did that this would be a snap. Not sure where he got with that idea though... |
Cool, thanks for your time and attention @pq :) Hope all is well! |
This would be amazing |
Another package that would probably appreciate is this: ziofat/material_design_icons_flutter#7 |
This would be a really nice enhancement. It is kinda weird seeing the wrong icon when using a custom iconpack. |
If this were implemented I'd love if it could work with my own custom font as well. |
See |
Work on this has started. See #5504 for the current discussion, and chime if you have an opinion on it. |
Not sure if this is possible, but it would be amazing if custom Icons were displayed in the IDE in the same way the MaterialIcons show up. This means when you're auto-completing, you would see the icon on the right-hand side of the pop-up window. Once it's set, you'd see the icon in the Gutter next to the Breakpoint indicators.
For example, it would be really cool if something like the
font_awesome_flutter
package I've published, or a custom Icon set created by end-users would display a preview of their own icons.The MaterialIcons preview feature is really handy, so it'd be cool to see this functionality available for all icons!
The text was updated successfully, but these errors were encountered: