firebase_model_notifier 0.8.5+50
firebase_model_notifier: ^0.8.5+50 copied to clipboard
ModelNotifier package for Firebase. When you listen in Firestore, you can tell riverpod and others about the update.
Firebase Model Notifier #
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