animated_tree_view icon indicating copy to clipboard operation
animated_tree_view copied to clipboard

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

Results 31 animated_tree_view issues
Sort by recently updated
recently updated
newest added

My code: `for (var element in _rootNode.childrenAsList) { if (element.key == parentKey.toString()) { try { element .add(TreeNode(key: context.uid.toString())); } catch (e) {} return; } }` Exception: [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception:...