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
11.59k stars 454 forks source link

`TreeView` control #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 1 year ago

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

vindevoy commented 11 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 4 months ago

Really missing this one !

BrentHuang commented 3 months ago

treeview is very basic.

radinparhami commented 3 months ago

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

https://github.com/radinparhami/TreeView

InesaFitsner commented 1 month ago

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