Skip to content

AndrewTran2018/flutter-piggy-treeview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.