Skip to content

Support for dynamicity.

Pre-release
Pre-release
Compare
Choose a tag to compare
@baumths baumths released this 15 Apr 20:09
· 73 commits to main since this release
fae5959
New 0.3.0 release (#5)

* Allows the expansion of leaf nodes

Now [ExpandNodeIcon] and [NodeWidgetLeadingIcon] are able
to expand/collapse leaf nodes.

* Changes TreeNode children type from List to Set

* Adds tests that check for child duplication

* Updates helper functions

* Adds a way to dynamically populate the tree view

New onAboutToExpand callback on TreeViewController.
+ Performance improvements when expanding nodes.

* Example: Updates the example with new features

* Bump version to 0.3.0