Flutter convert data into custom map with parent and child relation
I am working on a Flutter app where I need to generate a tree view from JSON data. The TreeView shown below: The Table structured as follows: ParentID ChildID Title 1 0 Root 1 2 0 Root 2 3 1…