An open API service indexing awesome lists of open source software.

https://github.com/rodrigobertotti/stream_d

Stream that triggers the onDone event handler even when cancel() is called from a subscription. You can also add multiple onDone listeners. StreamD is a wrapper on the default Dart Stream, with an additional listenD method, but StreamD doesn't work as StreamBuilder parameter.
https://github.com/rodrigobertotti/stream_d

flutter stream

Last synced: 3 months ago
JSON representation

Stream that triggers the onDone event handler even when cancel() is called from a subscription. You can also add multiple onDone listeners. StreamD is a wrapper on the default Dart Stream, with an additional listenD method, but StreamD doesn't work as StreamBuilder parameter.

Awesome Lists containing this project