firestore_plus 0.0.1
firestore_plus: ^0.0.1 copied to clipboard
Production-ready Firestore utilities for Flutter — caching, retry, error handling, pagination, logging, transactions, batch operations and more.
0.0.1 #
- Initial development release.
- Support for typed collections, documents, and queries.
- Caching framework (
CacheManager,MemoryCacheStore). - Retry engine with exponential backoff and jitter.
- Built-in error mapping and normalizer (
FirestorePlusException). - Request deduplication for read operations.
- Cursor-based pagination (
PaginatedResult). FirestoreBatchandFirestoreTransactionwrappers.- Structured logging and operation metrics.