Pregunta

I am brand new to dart and starting to build my own web page. Does anyone have any good examples of a tree structure in dart (similar to smartgwt treenode)?

I would hate to have to build one from scratch if there are already good examples out there.

Thank you very much.

Craig

¿Fue útil?

Solución

Buckshot UI (A Dart UI framework similar to WPF) has a TreeView component - that might get you started.

Check the demo treeview demo: http://www.buckshotui.org/sandbox/?demo=treeview

And view the source: https://github.com/prujohn/Buckshot/

Otros consejos

I don't know if such widget (written in dart) exists but if you find a similar Javascript widget ( it looks like there are some ), you can use it through the js package.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top