flutter_directory_tree 1.0.0
flutter_directory_tree: ^1.0.0 copied to clipboard
Desktop-friendly virtualized tree view with keyboard navigation, tri-state selection, and multi-root support.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2026-01-02 #
Added #
- Virtualized tree view widget with desktop-friendly keyboard navigation.
TreeControllerfor managing selection, expansion, focus, and active entry state.TreeBuilderutilities to compose trees from arbitrary source roots.- Tri-state folder selection with bulk select/deselect helpers.
- Example application showcasing customization and status reporting.
- Unit tests covering tree building, selection logic, and focus traversal.