Skip to content

Releases: baumths/flutter_tree_view

v1.6.0

24 Apr 14:16
8e2b8ce
Compare
Choose a tag to compare

What's Changed

  • Feature: allow nodes to be expanded by default
  • Feature: made TreeController.toggledNodes public

Full Changelog: v1.5.0...v1.6.0

v1.5.0

10 Apr 22:17
335cf00
Compare
Choose a tag to compare
  • Fixed an issue that prevented two AnimatedTreeViews 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

Full Changelog: v1.4.1...v1.5.0

v1.4.1

04 Oct 15:06
c5ac639
Compare
Choose a tag to compare

Fix animations issue introduced by #72

Full Changelog: v1.4.0...v1.4.1

v1.4.0

04 Oct 13:18
22fc8ab
Compare
Choose a tag to compare

What's Changed

  • Basic Search support #70
  • Support setting a level limit when indenting tree nodes #71
  • Fix collapseCascading() in animated trees #72

Full Changelog: v1.3.0...v1.4.0

v1.3.0

13 Sep 20:03
7831cb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

18 Aug 14:24
a7be9f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

04 Apr 14:35
abf80b8
Compare
Choose a tag to compare
Prepare for v1.1.1 release

v1.1.0

25 Mar 01:49
02fff1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

20 Mar 17:27
ce5de04
Compare
Choose a tag to compare
Prepare for v1.0.0 release

v0.5.3+2

01 Oct 22:06
Compare
Choose a tag to compare
v0.5.3+2 Pre-release
Pre-release

What's Changed

  • update Icon to Widget for more flexibility by @naory159 in #34

Full Changelog: v0.5.3+1...v0.5.3+2