flet
flet copied to clipboard
`TreeView` control
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 -

Please suggest how to achieve the same using Flet v0.3.2 ?
or, could we add the support for treeview layout in Flet ?
Take a look at this issue: https://github.com/flet-dev/flet/issues/590
Second this. I have been trying to build this with draggable folders and files
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.
Really missing this one !
treeview is very basic.
I'm working on this Maybe it will be helpful:
https://github.com/radinparhami/TreeView
two_dimensional_scrollables package by flutter.dev has TreeView and TableView widgets.
https://medium.com/flutter/whats-new-in-flutter-3-24-6c040f87d1e4
It's such a shame this still does not exist.
I'm working on this Maybe it will be helpful:
https://github.com/radinparhami/TreeView
Updated. Test it out!
Sorry, but no, I want a real treeview. Unfortunately, I cannot wait for it anymore and I switch to Shiny for Python.