firestore_lazy_loading_web_totalxsoftware 0.0.3
firestore_lazy_loading_web_totalxsoftware: ^0.0.3 copied to clipboard
A Flutter package for efficient lazy loading of Firestore data with support for infinite scrolling, document tracking, and dynamic loading states. This package allows you to easily implement paginatio [...]
0.0.3 #
- Initial release of
FirestoreLazyLoadingWebTxpackage. - Implements basic Firestore lazy loading with support for pagination.
- Adds functionality to fetch and display documents in batches with custom limits.
- Includes listeners for document updates, loading state, and "has more data" conditions.
- Supports "Load More" button with customizable loading indicator and button design.
- Prevents duplicate documents from being added to the list by checking document IDs.
- Easily integrates with
ListVieworCustomScrollViewfor smooth infinite scrolling.