flutter_streamer library
Classes
-
StateStreamer<
U extends T, T extends Object> - The class you should inherit to implement simple state management based on standard Dart's Stream.
-
Streamer<
T extends Object> - The class you should inherits to implement simple state management based on standard Dart's Stream.
Mixins
- AutoDisposeSubscriptions
- A simple mixin to auto dispose streams' subscriptions Use it wherever you use streams