Releases: baumths/flutter_tree_view
Releases · baumths/flutter_tree_view
v1.6.0
v1.5.0
- Fixed an issue that prevented two
AnimatedTreeView
s with the same nodes to be displayed alongside each other or on a router stack. - Follwing the updates to the Flutter Framework's
DragTarget
widget:- Added
TreeDragTarget.onWillAcceptWithDetails
- Deprecated
TreeDragTarget.onWillAccept
- Deprecated
TreeDragTarget.onAccept
- Added
Full Changelog: v1.4.1...v1.5.0
v1.4.1
v1.4.0
v1.3.0
v1.2.0
v1.1.1
v1.1.0
What's Changed
- Fix refresh issue on controller change by @bambinoua in #44
- Update tree_controller.dart by @bambinoua in #42
TreeController
improvements by @baumths in #45
New Contributors
- @bambinoua made their first contribution in #44
Full Changelog: v1.0.0...v1.1.0