novident_tree_view 1.0.9
novident_tree_view: ^1.0.9 copied to clipboard
A flexible internal Novident library for visualizing hierarchical structures with full control over nodes
1.0.8 -> 1.0.9 #
- Chore: update dependencies.
1.0.7 #
- Fix: If we change something into the
validatemethod ofNodeComponentBuilderclass thecomponentBuildersare not reloaded. - Fix: Inconsistencies with
ListenableBuilderimplementation inContainerBuilderwidget. - Feat(breaking changes): added property
depthto validate method inNodeComponentBuilderclass. - Feat: added methods for state management like
didUpdateWidget,didChangeDependencies,initStateanddisposemethods forNodeComponentBuilderclass. - Chore: deprecated
onHoverContainerExpansionDelayandonHoverContainer, and them were replaced byonHoverCallDelayandonTryExpandinto theNodeComponentBuilderclass. - Chore: deprecated
onHovermethod in NodeConfiguration class and was replaced byonHoverInkWellthat makes more sense with its function. - Fix:
DraggableListeneris not being updated correctly in certain situations. - Fix: missing
NovDragAndDropDetailsupdates at some dragging events. - Chore(breaking changes): changed type
DragAnchorStrategytoEffectiveDragAnchorStrategy. - Chore(example): added trash icon for remove nodes manually dragging them over it.
1.0.6 #
- Fix: changelog typos.
1.0.5 #
- Feat: added
buildChildrenAsyncand related helper methods to create async rendering for Nodes (like github does). - Feat: added
indexproperty toComponentContext. - Fix(example): children can be re-inserted into its parent again.
1.0.2 #
- Fix: bad example code in
NodeDragGesturesclass. - Fix: outdated documentation.
- Fix: added
TreeViewbasic example in README. - Fix:
addRepaintBoundariesisn't doing anything.
1.0.1 #
- Fix: missed imports and constant for widgets constructors.
1.0.0 #
- First commit