one_firebase 0.0.3
one_firebase: ^0.0.3 copied to clipboard
A comprehensive Firebase service wrapper for Flutter with Riverpod integration, providing type-safe CRUD operations, batch updates, pagination, and real-time data streaming for Firestore.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add one_firebase
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
one_firebase: ^0.0.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:one_firebase/one_firebase.dart';