Paging
A small library support load infinite for ListView - GridView on Flutter.
A new Flutter package for paging
Demo
![]() |
![]() |
![]() |
DataSource
PageKeyedDataSource
Example for load with page index
1, Define Source
2, ListView
3, GridView
ItemKeyedDataSource
Coming Soon :))
OffsetDataSource
Coming Soon :))
IndexDataSource
Coming Soon :))
Documentation
BaseWidget Class
Dart attribute | Description | Default Value |
---|---|---|
emptyBuilder |
builder for empty widget |
|
loadingBuilder |
builder for loading widget |
|
errorBuilder |
builder for error widget |
|
itemBuilder |
builder for item widget |
|
pageDataSource |
DataSource for this widget |