flutter_stream_notifiers library

Provides a bunch of special notifiers derived from Flutter's ValueNotifier or ChangeNotifier, that additionally streams a value or notifier itself on a change notification.

Mixins

ChangeNotifierStream<T extends ChangeNotifier>
A mixin on ChangeNotifier that streams a T extending ChangeNotifier on a change notification.
ValueStream<T>
A mixin on ValueNotifier that streams a value on a change notification.