Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

2.0.0 - Sep 13, 2021 - EOL

Latest
Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 13 Sep 18:49
6dfbe2d

https://pub.dev/packages/distinct_value_connectable_stream/versions/2.0.0

  • DEPRECATED. This package is now merged into rxdart_ext package. Please use rxdart_ext package for the same purpose, thanks.
    • DistinctValueSubject -> StateSubject.
    • DistinctValueConnectableStream -> StateConnectableStream.
    • publishValueDistinct -> publishState.
    • shareValueDistinct -> shareState.
    • distinctValue -> toStateStream.