load_items library

Classes

LoadItems<T>
Builds either a ListView or GridView based on the given LoadItemsType, wrapped in a RefreshIndicator, a Scrollbar and a Stack.

Enums

LoadItemsType
An enum to specify to use a ListView or GridView

Typedefs

ItemBuilder<T> = Widget Function(BuildContext context, T item, int i)
A typedef function definition used to built a Widget per item T
ItemsLoader<T> = Future<List<T>> Function(List<T> currentItems)
A typedef function definition used to load new items
WidgetBuilder = Widget Function()
A typedef function definition for building widgets