sooxie / list_treeview

A treeview for Flutter. Based on the listview.
MIT License
64 stars 23 forks source link

Null check operator used on a null value #12

Open dipen-apptrait opened 2 years ago

dipen-apptrait commented 2 years ago

when I dispose the controller & reset it with data. after that, I m using the parentOfItem() method to get parent data but it returns a Null check operator used on a null value.