MultiTypeListView
A light weight flutter customer ListView that displays multiple widget types.
Screenshot
home | chat |
---|---|
![]() |
![]() |
Getting Started
Usage
1. create a MultiTypeListView
and initial with settings
2. create MultiTypeWidgetBuilder
(s) for each type of items
For example: create 3 builders to match 3 item types for the Demo home page:
Item type | Builder |
---|---|
String |
TitleItemBuilder |
List<BannerItem> |
BannerBuilder |
Message |
MessageBuilder |
Advance usage
Code | Screenshot |
---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |