feeds/compact_feed library
Classes
-
PagedCompactList<
T> - PagedCompactList is a lazy loading list with a Load More button.
-
PagedCompactListController<
T> - Used to control the internal state of the PagedCompactList. The controller can be used to reset and add to the list. Can also be used to retrive state information.
Typedefs
-
PagedCompactListBuilder<
T> = Widget Function(BuildContext context, int index, T item) -
PagedCompactListLoader<
T> = Future< List< Function(int size)T> >