Replies: 1 comment
-
Thanks for asking! Please vote/subscribe to this issue: #205 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have need to display an org chart in a flet app (i.e. a graph structure with boxes and arrows). Looking online it looks like I need the equivalent of a Flutter CustomPaint widget. Is support for CustomPaint being considered? If not, is there an alternative I could use?
I know this probably opens up a lot of other areas that would need to be added, such as mouse events and gestures, but it seems like a big limitation to not be able to do any canvas drawing like functionality.
Beta Was this translation helpful? Give feedback.
All reactions