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
pub points
1%
popularity

Publisher

verified publishermathru.net

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

Homepage
Repository (GitHub)
View/report issues

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