Skip to content

sla-000/flutter_flat_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flat_tree

Flat widget tree

Purpose

Usually Flutter widgets tree code looks somewhere like this:

A number of indents and a long list of closing "),),),"

My main purpose was to decrease code size and add code readability. This package can do it in some cases. Take a look:

Tree hierarchy was reduced to simple list.

Example

Please check example and learn how to use widget: