fire_pagination 0.0.1 copy "fire_pagination: ^0.0.1" to clipboard
fire_pagination: ^0.0.1 copied to clipboard

unlisted

Widget to implement pagination, works with Android and Web. Paginated ListView has two required parameters itemBuilder and service. The itemBuilder parameter builds widgets using the items/data in the [...]

[0.0.1] - 13/01/2021 #

  • PaginatedListView, a widget to implement pagination using flutter built-in ListView.
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Widget to implement pagination, works with Android and Web. Paginated ListView has two required parameters itemBuilder and service. The itemBuilder parameter builds widgets using the items/data in the list. The service parameter accepts an Object which extends PaginationService, this provides the getData function to fetch data into the list on demand.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

equatable, flutter, flutter_riverpod

More

Packages that depend on fire_pagination