0.3.0 - Jun 16, 2024 #101
hoc081098
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://pub.dev/packages/rxdart_ext/versions/0.3.0
Accept Dart SDK versions above 3.0 (
sdk: '>=2.12.0 <4.0.0'
).Only support
rxdart: ^0.28.0
.state_stream and not_replay_value_stream:
lastEventOrNull
forNotReplayValueStream
andStateStream
.single:
RxSingles.using
disposer
is now called after the future returned fromStreamSubscription.cancel
completes.Single.fromStream
constructor, useSingle.unsafeFromStream
instead.Docs: update broken doc link (thanks to @dungngminh).
What's Changed
New Contributors
Full Changelog: 0.2.9...0.3.0
This discussion was created from the release 0.3.0 - Jun 16, 2024.
Beta Was this translation helpful? Give feedback.
All reactions