list_treeview 0.4.2
list_treeview: ^0.4.2 copied to clipboard
A treeview for Flutter. Based on the listview. Infinitely increasing child levels and child nodes.
0.4.2 #
- Fix
parentOfItem()throwing a null-check exception after replacing the controller's tree data.
0.4.1 #
- Fix
RangeErrorwhen expanding a node after appending a child to it while it was collapsed (insertChildControllersindexed the controller list with the insertion position instead of the controller's own position)
0.4.0 #
- Flutter 3.0+ / Dart 3 support
- Remove unused
dart:ioimport so the package works on Flutter Web - Clean up analyzer warnings (unused variable, dead code)
- Migrate example to
ElevatedButton(RaisedButtonwas removed in Flutter 3.0)
0.3.0 #
- flutter 2.0 null safety support
- Fix some bugs
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
0.1.0 #
- Add the project
0.0.1 #
- Initialize the project