list_treeview 0.2.5 list_treeview: ^0.2.5 copied to clipboard
A treeview for Flutter. Based on the listview. Infinitely increasing child levels and child nodes.
0.2.5 #
- Add properties such as shrinkWrap,padding and reverse
0.2.4 #
- Fix some bug
0.2.3 #
- Add the selected method
0.2.2 #
- Added a way to disable implicit node toggling
0.2.0 #
- The controller must be initialized when the treeView create
- Add asynchronous setup data
- Fix bug
0.1.4 #
- Optimize code format
0.1.2 #
- Adjust the example
0.1.1 #
- Modify the document