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
I believe Flame should have its own GUI component system. This would significantly improve interactivity in game interfaces. Are there any plans to support built-in components like ListView, Dialog, or TabView
Proposal
I believe Flame should have its own GUI component system. This would significantly improve interactivity in game interfaces. Are there any plans to support built-in components like ListView, Dialog, or TabView
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:
We don't want to rebuild Flutter inside of Flame, so we'll for example probably never have text input components built into Flame. Since Flame is design agnostic, it doesn't have Material or Cupertino like Flutter does, so the components would not have any default styling.
Some helper components, like we have the RowComponent and ColumnComponent, would definitely be doable. ListView I'm unsure of if we'd want to support, since then we'd have to support scrolling.
For the Dialog and TabView, what type of functionality do you want from Flame?
Both seem to me like they would already be quite simple to do in Flame today, but maybe we can make it even simpler.
Problem to solve
I believe Flame should have its own GUI component system. This would significantly improve interactivity in game interfaces. Are there any plans to support built-in components like ListView, Dialog, or TabView
Proposal
I believe Flame should have its own GUI component system. This would significantly improve interactivity in game interfaces. Are there any plans to support built-in components like ListView, Dialog, or TabView
More information
No response
Other
The text was updated successfully, but these errors were encountered: