flutter_folderview 0.3.0 copy "flutter_folderview: ^0.3.0" to clipboard
flutter_folderview: ^0.3.0 copied to clipboard

retracted

A customizable Flutter widget for displaying hierarchical data in tree and folder views with rich theming support.

0.3.0 #

  • breaking: remove Node.isExpanded field - use expandedNodeIds parameter instead
  • feat: add expandedNodeIds parameter to FolderView for external expand state management
  • perf: improve expand/collapse performance from O(n) to O(1) by using Set-based state management

0.2.4 #

  • feat: add labelResolver to all node themes for dynamic label display based on node data

0.2.3 #

  • feat: add color and expandedColor to ExpandIconTheme for collapsed/expanded state theming

0.2.2 #

  • refactor: unify expand icon logic and fix child node alignment

0.2.1 #

  • feat: add hoverColor, splashColor, and highlightColor to all node themes
  • feat: add comprehensive tooltip support with NodeTooltipTheme class
  • feat: add rowHeight property to FlutterFolderViewTheme for centralized height control
  • feat: add rowSpacing property for vertical spacing between rows
  • refactor: remove iconToTextSpacing property, use icon margin.right instead

0.2.0 #

  • breaking: migrate from unified themes to node-type specific themes (folderTheme, parentTheme, childTheme)
  • feat: add custom Widget? support for all node types instead of hardcoded icons
  • feat: add padding, margin, and iconToTextSpacing per node type
  • feat: add clickInterval for configurable double-click detection
  • feat: add animationDuration for expand/collapse animation speed
  • feat: add theme resolver functions (widgetResolver, textStyleResolver, openWidgetResolver)
  • feat: add generic type support <T> to all theme classes

0.1.2 #

  • fix: scroll position reset when expanding/collapsing nodes

0.1.1 #

  • fix: scroll position calculation when switching view modes or expanding/collapsing nodes

0.1.0 #

  • feat: initial release with dual view modes, three node types, rich theming, and interactive features
0
likes
0
points
361
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter widget for displaying hierarchical data in tree and folder views with rich theming support.

Repository (GitHub)
View/report issues

Topics

#folderview #tree #folder #treeview #explorer

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_folderview