tree_iterator 3.0.0 copy "tree_iterator: ^3.0.0" to clipboard
tree_iterator: ^3.0.0 copied to clipboard

Provides simple operations for traversing a tree. Works with any tree structure providing that you can return the set of children for a node when requested.

3.0.0 #

  • lint fixes.
  • upgraded to lint_hard 4.0
  • deprecated createIterator in favour of asIterator as lint use_to_and-as_if_applicable.

2.0.0 #

nnbd release

1.0.1 #

cleaned up the example

1.0.0 #

Added example. Fixed a bug in the traversal logic.

1.0.0 #

  • Initial version, created by Stagehand
2
likes
140
pub points
69%
popularity

Publisher

verified publisheronepub-web.flutter-io.cn

Provides simple operations for traversing a tree. Works with any tree structure providing that you can return the set of children for a node when requested.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on tree_iterator