tree_structs 1.0.8
tree_structs: ^1.0.8 copied to clipboard
A dart library for working with tree structures. This package allows you to create, manipulate, and traverse trees.
1.0.0 #
- Initial version with only general tree structure.
1.0.1 #
- Add General Tree for roots
1.0.2 #
- Small fix
1.0.3 #
- Add chain getters
1.0.4 #
Add toMap and fromMap functions
1.0.5 #
Update toMap and fromMap functions to use _currentChildIndex
1.0.6 #
Roll back sdk version
1.0.7 #
Version bump
1.0.8 #
Formatting