firestore_wrapper 1.0.0 copy "firestore_wrapper: ^1.0.0" to clipboard
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 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

0.1.0 - 2025-02-19 #

Added #

  • Initial development version
  • Basic structure and interfaces
  • Core functionality implementation
2
likes
0
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

A type-safe wrapper for Cloud Firestore operations in Flutter, providing a clean and strongly-typed interface.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cloud_firestore, cloud_firestore_platform_interface, firebase_core, flutter

More

Packages that depend on firestore_wrapper