flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
10.31k stars 397 forks source link

`TreeView` control (Flet contribs?) #961

Open TheCodeCache opened 1 year ago

TheCodeCache commented 1 year ago

As per the Flet Layout docs, Flet supports ListView, GridView but it does not seem to support TreeView layout.

However, there is a similar widget available in Flutter flutter_treeview

PFB the sample treeview -

image

Please suggest how to achieve the same using Flet v0.3.2 ? or, could we add the support for treeview layout in Flet ?

FeodorFitsner commented 1 year ago

Take a look at this issue: https://github.com/flet-dev/flet/issues/590

jacinlowe commented 10 months ago

Second this. I have been trying to build this with draggable folders and files

vindevoy commented 6 months ago

Please add this one. I hoped this one was priority over some other fancy stuff for phones. I want to start rewriting an existing application to Flet.

vindevoy commented 1 week ago

Really missing this one !