firestore_wrapper 1.0.3
firestore_wrapper: ^1.0.3 copied to clipboard
A type-safe wrapper for Cloud Firestore operations in Flutter, providing a clean and strongly-typed interface.
Changelog #
1.0.3 #
- Fixed documentation formatting issues.
- Updated dependency constraints for better compatibility with the latest stable releases.
- Improved overall code analysis score.
1.0.2 #
- Fixed documentation formatting issues.
- Updated dependencies for better compatibility with the latest stable releases.
- Improved code analysis score.
1.0.1 #
- Resolved static analysis issues in documentation.
- Updated dependency constraints.
- Enhanced code documentation formatting.
- Fixed HTML angle bracket warnings in documentation comments.
1.0.0 #
Initial release with core features.
Added #
- Type-safe collection and document operations.
- Batch operation utilities.
- Transaction helpers with proper typing.
- Query builder with pagination support.
- Real-time updates via streams.
- Comprehensive documentation with examples.
- Unit tests for all components.
Features #
FirebaseCollection<T>
for type-safe collection access.FirebaseDocument<T>
for type-safe document operations.FirebaseQuery<T>
for building complex queries.FbBatch
for atomic batch operations.FbTransaction
for atomic transactions.QueryResult<T>
for pagination support.
Dependencies #
- Compatible with the latest versions of
cloud_firestore
. - Requires Dart SDK
>=3.0.0 <4.0.0
. - Requires Flutter
>=3.10.0
.