firebase_model_notifier 0.8.0-nullsafety.13 copy "firebase_model_notifier: ^0.8.0-nullsafety.13" to clipboard
firebase_model_notifier: ^0.8.0-nullsafety.13 copied to clipboard

discontinued
outdated

ModelNotifier package for Firebase.

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.7.0-nullsafety

You should then run flutter pub upgrade.

Usage #

import 'package:firebase_model_notifier/firebase_model_notifier.dart';

License #

BSD