Issue
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
Solution
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/
Answered By – Chris Buckett
Answer Checked By – David Goodson (FlutterFixes Volunteer)