Skip to content

nirav4273/flutter_nested_listview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nested ListView Example

- Create ListView builder inside ListView builder.
- First ListView scroll direction vertically.
- Second nested ListView scroll direction horizontally.
- Manage Child ListView Widget posistion kepp alive when scroll parent ListView with the help of PageStorageKey.