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
In the Flutter widgets, we have Icon that allows you to render an IconData in the widget tree.
But there is no similar concept/component in the Flame engine
Proposal
I suggest to create something like IconComponent that allows you to render and IconData in the Flame Component System.
This way, we will also be able to use tabler_icons (because it provides IconData)
More information
No response
Other
Are you interested in working on a PR for this?
The text was updated successfully, but these errors were encountered:
Problem to solve
In the Flutter widgets, we have Icon that allows you to render an IconData in the widget tree.
But there is no similar concept/component in the Flame engine
Proposal
I suggest to create something like
IconComponent
that allows you to render and IconData in the Flame Component System.This way, we will also be able to use tabler_icons (because it provides IconData)
More information
No response
Other
The text was updated successfully, but these errors were encountered: