appendable_list_view

Last updated:

0 purchases

appendable_list_view Image
appendable_list_view Images
Add to Cart

Description:

appendable list view

Usage #
AppendableListView<AdvertisementFeedModel, AdvertisementModel>(
getPage: getFeed,
itemBuilder: (context, models, index) {
return CustomCard(
item: models[index],
onTap: () {
HapticFeedback.lightImpact();
});
},
onEmpty: Center(
child: Text(
"Oops! It's empty here...",
),
),
loadingIndicator: LoadingWidget(),
),
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.