I want to display a tree structure as follows:
Is there a way for me to do this with Flutter?
Thanks a lot.
2
You can try graphview: ^1.2.0 flutter package for this.
You can try flutter_graph_view.
flutter_graph_view
Click here to cancel reply.
2
Answers
You can try graphview: ^1.2.0 flutter package for this.
You can try
flutter_graph_view
.