model_fetch_flutter library
Classes
- BlocAutoLoadMoreWidget
- Loads more items when the child becomes partially visible.
-
CollectionBlocBuilder<
T> - LazyLoadBlocTrailingWidget
- Calls a specific builder based on the bloc's loading status.
-
LazyLoadListView<
T extends WithIdTitle< String> > - ListLazyLoaderAutoLoadMoreWidget
- Loads more items when the child becomes partially visible.
- ListLazyLoaderTrailingWidget
- Calls a specific builder based on the loader's loading status.
- LoaderBuilder
- Triggers loading when becomes visible.
-
LoaderDropdownButton<
I, T extends WithIdTitle< I> > -
LoaderSelectableListView<
I, T extends WithIdTitle< I> > -
LoaderSelectablePopUpListView<
I, T extends WithIdTitle< I> > -
LoaderValueListNotifier<
I, T extends WithIdTitle< I> > - A ValueNotifier for selecting an list of items from the loader.
-
LoaderValueNotifier<
I, T extends WithIdTitle< I> > - A ValueNotifier for selecting an item from the loader.
-
ModelListItem<
I, T extends WithIdTitle< I> > - StreamListenable
Extensions
- ListLoaderListenableExtension on Loader
-
ModelLoaderByFilterListenableExtension
on ModelLoaderByFilter<
dynamic, WithId> -
ModelLoaderByIdListenableExtension
on ModelLoaderById<
dynamic, WithId>
Typedefs
-
ItemBuilder<
T> = Widget Function(BuildContext context, T item, int index)