firebase_model_notifier 0.9.0+3 copy "firebase_model_notifier: ^0.9.0+3" to clipboard
firebase_model_notifier: ^0.9.0+3 copied to clipboard

discontinued
outdated

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

Firebase Model Notifier #

Version Language License: BSD


Package that makes it easy to define ValueNotifier as a model and improves the affinity with riverpod and freezed. It ships with a model for Firebase.

Getting Started #

Add this to your package's pubspec.yaml file:

dependencies:
  firebase_model_notifier: ^0.8.4

You should then run flutter pub upgrade.

Usage #

import 'package:firebase_model_notifier/firebase_model_notifier.dart';

License #

BSD