Closed xvrh closed 11 months ago
Hello, I had a quick look at this library, and I'm surprise the watch method on a stream returns void. Shouldn't it returns AsyncSnapshot (https://api.flutter.dev/flutter/widgets/AsyncSnapshot-class.html) like the argument in the StreamBuilder?
watch
void
AsyncSnapshot
StreamBuilder
Hey, Xavier. This sounds like a good idea to me. Will look into adding this soon. Thanks for pointing this out.
Implemented in v2.0.0
Hello, I had a quick look at this library, and I'm surprise the
watch
method on a stream returnsvoid
. Shouldn't it returnsAsyncSnapshot
(https://api.flutter.dev/flutter/widgets/AsyncSnapshot-class.html) like the argument in theStreamBuilder
?