stream_listener 3.0.0 stream_listener: ^3.0.0 copied to clipboard
Dart package that helps manage streams and subscriptions. Built in order to reduce the complexity of having to manually subscribe to streams and cancel subscriptions.
3.0.0 #
- feat!: migrate to null safety
2.0.0 #
- Move
StreamListener
toflutter_stream_listener
- Add
StreamListenerMixin
- Remove
Flutter
as a dependency
1.0.2 #
- Add License
1.0.1 #
- Fix minor generics bug which resulted in
dynamic
type inference
1.0.0 #
Initial Version of the library
- Includes
StreamListener
widget.