one_firebase 0.0.1 copy "one_firebase: ^0.0.1" to clipboard
one_firebase: ^0.0.1 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 Dart:

 $ dart pub add one_firebase

With Flutter:

 $ flutter pub add one_firebase

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  one_firebase: ^0.0.1

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
262
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

cloud_firestore, cloud_functions, firebase_storage, flutter, flutter_riverpod, riverpod_annotation

More

Packages that depend on one_firebase