stream_listener 3.0.0 copy "stream_listener: ^3.0.0" to clipboard
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 to flutter_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.
10
likes
160
pub points
62%
popularity

Publisher

verified publisherfelangel.dev

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on stream_listener