firestore_db_impl 0.0.2+1
firestore_db_impl: ^0.0.2+1 copied to clipboard
A Flutter package that simplifies Firestore operations by providing structured CRUD methods, query abstraction, custom exceptions, and utility services for timestamps and counters.
Changelog #
All notable changes to this project will be documented in this file.
0.0.2+1 #
- Update dependencies.
0.0.2 #
- Created register Fire Store Data Source Service GetIt DI.
- Update Export File.
0.0.1 #
Added #
- Initial release of
firestore_db_impl
package. - CRUD operations abstraction over Firestore.
- Stream and Future-based data access.
QueryParameter
system with enum-based query types.- Extension methods:
QueryExtension
DocumentSnapshotExtension
QuerySnapshotExtension
- Custom exception classes for structured error handling.
- Utility services:
FireStoreIteratorServiceImpl
for increment/decrement operations.FireStoreTimerServiceImpl
for timestamp handling.