Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 412 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 412 Bytes

piggy treeview

A Treeview component for Flutter, featuring expand/collapse all, search, hilite, checkbox.

Getting Started

How to use?

  1. Import TreeView.dart.
  2. Derive TreeNodeData to publish your own data.
  3. See AccountList.dart for the example detail.