stream_with_value 0.2.0 copy "stream_with_value: ^0.2.0" to clipboard
stream_with_value: ^0.2.0 copied to clipboard

outdated

An encapsulation of Dart Stream<T>, a single variable of type T, and a bool indicating whether value is loaded. Most commonly useful as a way of referring to the latest or initial value of the Stream [...]

0.2.0 #

  • Expand on description of the package as recommended by pub.dev.
  • Remove binding to a specific version of test package.
  • Update README with details and little snippets.
  • Add more documentation in the code.
  • Implement valueOrNull extension (#2).
  • Fix example and add tests.

0.1.1 #

  • Improvements on null-safety implementation. Support null as 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.
4
likes
0
pub points
57%
popularity

Publisher

verified publisherfutureware.dev

An encapsulation of Dart Stream<T>, a single variable of type T, and a bool indicating whether value is loaded. Most commonly useful as a way of referring to the latest or initial value of the Stream to avoid an asynchronous gap.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on stream_with_value