animated_tree_view 1.1.1 copy "animated_tree_view: ^1.1.1" to clipboard
animated_tree_view: ^1.1.1 copied to clipboard

outdated

Animated TreeView based on AnimatedList that allows building fully customizable Nodes that can be nested to infinite levels and children.

[1.1.1] #

  • Formatting updates for static analysis checks
  • Screenshot update to png format

[1.1.0] #

  • Added support for slivers with SliverTreeView
  • Fixed issues #8, #9
  • Improved documentation

[1.0.0] #

  • First stable release
  • Changes #

  • 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]
  • Added #

  • [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

[0.1.2] #

  • Update scroll_to_index package to latest version to support Flutter 3.0
  • Update examples to Flutter 3.0

[0.1.1] #

  • Add collapseOthers and collapseOthersAndSnapToTop expansion behaviors

[0.1.0+1] #

  • Update the public APIs

[0.1.0] #

  • Publish the packages to pub.dev
315
likes
0
points
28.8k
downloads

Publisher

verified publishercubivue.com

Weekly Downloads

Animated TreeView based on AnimatedList that allows building fully customizable Nodes that can be nested to infinite levels and children.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, diffutil_dart, flutter, scroll_to_index, tuple

More

Packages that depend on animated_tree_view