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 [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add firestore_lazy_loading_web_totalxsoftwareThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
firestore_lazy_loading_web_totalxsoftware: ^0.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:firestore_lazy_loading_web_totalxsoftware/firestore_lazy_loading_web_totalxsoftware.dart';