flet icon indicating copy to clipboard operation
flet copied to clipboard

`TreeView` control

Open TheCodeCache opened this issue 2 years ago • 7 comments

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 ?

TheCodeCache avatar Jan 31 '23 20:01 TheCodeCache

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

FeodorFitsner avatar Feb 01 '23 01:02 FeodorFitsner

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

jacinlowe avatar Sep 16 '23 07:09 jacinlowe

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 avatar Jan 04 '24 13:01 vindevoy

Really missing this one !

vindevoy avatar Jul 08 '24 08:07 vindevoy

treeview is very basic.

BrentHuang avatar Aug 09 '24 07:08 BrentHuang

I'm working on this Maybe it will be helpful:

https://github.com/radinparhami/TreeView

radinparhami avatar Aug 13 '24 21:08 radinparhami

two_dimensional_scrollables package by flutter.dev has TreeView and TableView widgets. https://medium.com/flutter/whats-new-in-flutter-3-24-6c040f87d1e4

InesaFitsner avatar Oct 01 '24 20:10 InesaFitsner

It's such a shame this still does not exist.

vindevoy avatar Mar 20 '25 15:03 vindevoy

I'm working on this Maybe it will be helpful:

https://github.com/radinparhami/TreeView

Updated. Test it out!

radinparhami avatar Mar 23 '25 17:03 radinparhami

Sorry, but no, I want a real treeview. Unfortunately, I cannot wait for it anymore and I switch to Shiny for Python.

vindevoy avatar May 12 '25 21:05 vindevoy