directory_tree 1.0.0
directory_tree: ^1.0.0 copied to clipboard
Deterministic directory tree builder for Dart.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2026-01-02 #
Initial Release #
- Core
TreeBuilderfor normalizing paths and generating deterministic tree structures. TreeDataandTreeNodeimmutable models.FlattenStrategy(DFS) andSortedFlattenStrategyfor linearizing trees.diffVisibleNodesusing Longest Increasing Subsequence (LIS) for efficient list updates.ExpansionSetandSelectionSetstate helpers.compileFilterfor flexible text and extension searching.- Cross-platform path normalization (Windows/POSIX).