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