stream_with_value 0.5.0 
stream_with_value: ^0.5.0 copied to clipboard
An encapsulation of a Stream<T>, a single variable of type T, and a bool indicating whether value is loaded
0.5.0 #
- Add link at pub.dev back to the GitHub repository.
 - Widget builder: do not pop more than necessary routes when the underlying stream is closed.
 
0.4.0 #
- Widget builder: ignore 
nullvalues whennullValueBuilderis unset. 
0.3.0 #
- Widget builder: forward stream errors to the default handler when no 
onErrorcallback is specified. - Widget builder: correctly rebuild, and update state and configuration on widget updates.
 - Widget builder: breaking: take non-nullable type 
Tas a generic argument, and provide explicit guarantees onbuilder()parameter type. 
0.2.0+1 #
- Change package description to fit within pub.dev guidelines.
 
0.2.0 #
- Expand on description of the package as recommended by pub.dev.
 - Remove binding to a specific version of 
testpackage. - Update README with details and little snippets.
 - Add more documentation in the code.
 - Implement 
valueOrNullextension (#2). - Fix example and add tests.
 
0.1.1 #
- Improvements on null-safety implementation. Support 
nullas an initial value. 
0.1.0 #
- Add example on how to use package.
 - Update README with info oh how to use the package.
 
0.0.2 #
- Migrate to null-safety.
 
0.0.1 #
- Initial version.