firestore_db_impl 0.0.5 copy "firestore_db_impl: ^0.0.5" to clipboard
firestore_db_impl: ^0.0.5 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.5 #

Sep 8, 2025 #

✨ Updated #

  • Updated cloud_firestore to 6.0.1
  • Updated firebase_auth to 6.0.2
  • Updated firebase_database to 12.0.1

0.0.4 #

Aug 22, 2025 #

✨ Updated #

  • Updated language_translator to 0.0.7
  • Updated navigation_without_context to 0.0.4
  • Updated app_toast to 0.0.5
  • Updated get_it_di_global_variable to 0.0.6
  • Updated firebase_auth to 6.0.1
  • Removed fluttertoast Dependency

0.0.3 #

  • Updated firebase dependencies.

0.0.2+1 #

  • Updated 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.
0
likes
80
points
417
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that simplifies Firestore operations by providing structured CRUD methods, query abstraction, custom exceptions, and utility services for timestamps and counters.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

app_toast, cloud_firestore, firebase_auth, firebase_database, flutter, get_it_di_global_variable, language_translator, navigation_without_context

More

Packages that depend on firestore_db_impl