- Add support for RTL
- Fix #43, #24: Indentation lines broke on adding or inserting nodes
- Merge PR #38: Add optional parameter to specify type of animation
- Fix #45: make the animation controller public for expansion indicator
- Fix #50: update the dependencies for Flutter 3.24 - Dart 3.5
- Chores Migrate the example to Android Gradle plugins with the declarative plugins block
- Fix #29: replace UniqueKey with Uuid to prevent keys duplication on adding a large number of children to a node
- Feat #28: add
focusToNewNode
flag to skip focus to the newly added or inserted node(s)
- Fix #15: nodes duplicate on calling expand or expandAllChildren method from TreeViewController
- Add support for onTreeReady callback
- Update the package to Dart 3.0
- Fix the indentation screenshot links in readme.md
- Add support for indentation and scoping lines
- Add animated expansion indicators
- Add more expand/collapse utility methods to TreeViewController #5
- New samples
- Breaking:
- [expansionIndicator] param replaced with [expansionIndicatorBuilder]
- [indentPadding] param moved to [indentation] as [width]
- [level] removed from [TreeNodeWidgetBuilder], it can still be accessed as [node.level]
- Simplified APIs
- Improved documentation
- Reformat code with dart formatter
- Formatting updates for static analysis checks
- Screenshot update to png format
- First stable release
- Breaking:
- [initialItem] param changed to tree in [TreeView].
- [TreeViewController] is removed from the params list, and can now be accessed using the [GlobalKey] instead.
- Default TreeView constructor changed to [TreeView.simple]
- [IndexedTreeView] class removed, and replaced with [TreeView.indexed]
- [TreeDiffUtil] added to update the tree view if the tree is updated using any state management tool.
- [TreeView.simpleTyped] and [TreeView.indexTyped] static constructors
- More samples are added in example
- Update scroll_to_index package to latest version to support Flutter 3.0
- Update examples to Flutter 3.0
- Add collapseOthers and collapseOthersAndSnapToTop expansion behaviors
- Update the public APIs
- Publish the packages to pub.dev