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
Is your feature request related to a problem? Please describe.
In my Flutter app I have Widgets that need configurable icons (e.g. a "label + icon" button). Since the icons are just widgets, I cannot do the following:
I can't restrict a Widget to receive an iconoir icon, not just any widget
I can't configure the properties of the icon from within the widget that received the icon as parameter (for example, I would like to change the color of the icon based on the button state)
Describe the solution you'd like
Have a base class for all icons that exposes the common properties (color, width, height)
Describe alternatives you've considered
Downloading the SVGs and manually handle them without using the flutter adapter. I'm still considering it.
Additional context
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In my Flutter app I have Widgets that need configurable icons (e.g. a "label + icon" button). Since the icons are just widgets, I cannot do the following:
Describe the solution you'd like
Have a base class for all icons that exposes the common properties (color, width, height)
Describe alternatives you've considered
Additional context
Upvote & Fund
The text was updated successfully, but these errors were encountered: