directory_tree 1.0.0 copy "directory_tree: ^1.0.0" to clipboard
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 TreeBuilder for normalizing paths and generating deterministic tree structures.
  • TreeData and TreeNode immutable models.
  • FlattenStrategy (DFS) and SortedFlattenStrategy for linearizing trees.
  • diffVisibleNodes using Longest Increasing Subsequence (LIS) for efficient list updates.
  • ExpansionSet and SelectionSet state helpers.
  • compileFilter for flexible text and extension searching.
  • Cross-platform path normalization (Windows/POSIX).
0
likes
150
points
135
downloads

Publisher

unverified uploader

Weekly Downloads

Deterministic directory tree builder for Dart.

Repository (GitHub)
View/report issues

Topics

#filesystem #tree

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

equatable, path, uuid

More

Packages that depend on directory_tree