firestore_lazy_loading_web_totalxsoftware 0.0.3 copy "firestore_lazy_loading_web_totalxsoftware: ^0.0.3" to clipboard
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 FirestoreLazyLoadingWebTx package.
  • 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 ListView or CustomScrollView for smooth infinite scrolling.
1
likes
110
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

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 pagination for Firestore queries, ensuring that only a limited set of documents is fetched at a time. It provides listeners for document updates, loading states, and "has more data" conditions, making it perfect for building dynamic, scrollable lists in Flutter applications.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, flutter, plugin_platform_interface

More

Packages that depend on firestore_lazy_loading_web_totalxsoftware

Packages that implement firestore_lazy_loading_web_totalxsoftware