firebase_model_notifier 0.15.1+22 copy "firebase_model_notifier: ^0.15.1+22" to clipboard
firebase_model_notifier: ^0.15.1+22 copied to clipboard

discontinued

ModelNotifier package for Firebase. When you listen in Firestore, you can tell riverpod and others about the update.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_model_notifier

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

dependencies:
  firebase_model_notifier: ^0.15.1+22

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:firebase_model_notifier/firebase_model_notifier.dart';
2
likes
110
points
81
downloads

Publisher

verified publishermathru.net

Weekly Downloads

ModelNotifier package for Firebase. When you listen in Firestore, you can tell riverpod and others about the update.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cloud_firestore, cloud_functions, flutter, katana_firebase, model_notifier

More

Packages that depend on firebase_model_notifier