Open TheCodeCache opened 1 year ago
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:
two_dimensional_scrollables
package by flutter.dev has TreeView
and TableView
widgets.
https://medium.com/flutter/whats-new-in-flutter-3-24-6c040f87d1e4
As per the Flet Layout docs, Flet supports
ListView
,GridView
but it does not seem to supportTreeView
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 ?