firestore_wrapper 1.0.0
firestore_wrapper: ^1.0.0 copied to clipboard
A type-safe wrapper for Cloud Firestore operations in Flutter, providing a clean and strongly-typed interface.
Changelog #
All notable changes to the firestore_wrapper
package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-02-20 #
Added #
- Initial release with core features:
- Type-safe collection and document operations
- Batch operation utilities
- Transaction helpers with proper typing
- Query builder with pagination support
- Real-time updates via streams
- Complete documentation with examples
- Unit tests for all components
Features #
FirebaseCollection<T>
for type-safe collection accessFirebaseDocument<T>
for type-safe document operationsFirebaseQuery<T>
for building complex queriesFbBatch
for atomic batch operationsFbTransaction
for atomic transactionsQueryResult<T>
for pagination support