This Flutter package provides a set of utilities to easily perform CRUD (Create, Read, Update, Delete) operations with Firebase Firestore in your Flutter applications.
- CRUD Operations: Easily perform CRUD operations on your Firestore database.
- Streamlined API: Simple and intuitive API for interacting with Firestore.
- Real-time Updates: Utilizes Firestore's real-time updates for seamless data synchronization.
- Error Handling: Includes error handling for robust application behavior.
Add the following dependency to your pubspec.yaml
:
dependencies:
flutter_firebase_crud_facilitator: ^1.0.0