issues
search
ReactiveX
/
rxdart
The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.37k
stars
271
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
build(deps): bump melos from 6.1.0 to 6.2.0
#768
dependabot[bot]
closed
1 month ago
0
build(deps): bump lints from 4.0.0 to 5.0.0
#767
dependabot[bot]
closed
1 month ago
0
fix(example): fix android side of flutter example and refactor examples
#766
hoc081098
closed
2 months ago
0
enable strict-inference
#765
hoc081098
closed
2 months ago
0
Regression when switchMap is used together with asynchronous generator
#764
ky1vstar
opened
2 months ago
2
Bad state: Stream has already been listened to CombineLatestStream
#763
victorcode1
opened
3 months ago
2
build(deps): bump melos from 6.0.0 to 6.1.0
#762
dependabot[bot]
closed
4 months ago
0
build(deps): bump lints from 1.0.1 to 4.0.0
#761
dependabot[bot]
closed
4 months ago
0
[question] when to expect 0.28.0 release?
#760
TatsuUkraine
closed
5 months ago
2
rxdart_flutter
#759
hoc081098
opened
6 months ago
0
docs: update changelog reference
#758
emmanuel-ferdman
closed
6 months ago
0
Test GHA
#757
hoc081098
closed
6 months ago
0
Revert "build: use melos"
#756
hoc081098
closed
6 months ago
0
build: use melos
#755
hoc081098
closed
6 months ago
0
Is there any official package with widgets for flutter? Like the stream builder or similars?
#754
MiniSuperDev
opened
6 months ago
3
Use record in pairwise()
#753
Albert221
opened
7 months ago
1
docs: fix `Rx.using`/`UsingStream` docs
#752
hoc081098
closed
7 months ago
0
Fix `Rx.using` docs
#751
hoc081098
closed
7 months ago
0
`PublishSubject` doesn't work with `concatWith` operator
#750
haashem
closed
7 months ago
2
AnyLatestStream combiner
#749
equescodebelike
closed
7 months ago
5
Make web examples runnable with latest dart
#748
dlchet
closed
5 months ago
2
`Rx.using`/`UsingStream`: change to required named parameters, call `disposer` after`StreamSubscription.cancel` completes.
#747
hoc081098
closed
9 months ago
1
**Breaking**: Rename `ForkJoinStream.combine2`..`combine9` to `ForkJoinStream.join2`..`join9`
#746
hoc081098
closed
9 months ago
1
chore(publish): prepare for v0.28.0-dev.1
#745
hoc081098
closed
9 months ago
0
When onErrorResumeNext is used, error do not cancel to listen previous stream
#744
rouddy
closed
10 months ago
3
scanWith
#743
hoc081098
opened
1 year ago
1
Update README.md [skip ci]
#742
hoc081098
closed
1 year ago
0
Fix LICENSE
#741
hoc081098
closed
1 year ago
0
LICENSE is not detected by pub.dev
#740
alestiago
closed
1 year ago
1
Replace deprecated "dart pub run" with "dart run"
#739
tatsuyafujisaki
closed
1 year ago
0
Rx.using: clean up order
#738
hoc081098
closed
9 months ago
0
switchMap: pause the outer subscription when cancelling the inner subscription, then resuming
#737
hoc081098
closed
1 year ago
2
Combining 2 stream with ZipStream.zip2 doesn't update streambuilder UI
#736
ferut
closed
1 year ago
2
ValueStream.map should return ValueStream (?)
#735
Albert221
opened
1 year ago
0
chore(publish): prepare for v0.28.0-dev.0
#734
hoc081098
closed
1 year ago
0
docs: update docs
#733
hoc081098
closed
1 year ago
0
chore(deps): bump build_web_compilers from 3.2.7 to 4.0.4
#732
dependabot[bot]
closed
5 months ago
2
refactor(utils): rename Notification to StreamNotification, Kind to NotificationKind
#731
hoc081098
closed
1 year ago
1
How can we combine multiple streams if they depends on each other?
#730
desmeit
closed
1 year ago
6
feat(ValueStream): add lastEventOrNull, isLastEventValue, isLastEventError, errorAndStackTraceOrNull
#729
hoc081098
closed
1 year ago
1
add ability to identify if latest data in the stream was value
#728
TatsuUkraine
closed
1 year ago
1
chore(deps): bump lints from 1.0.1 to 2.1.1
#727
dependabot[bot]
closed
5 months ago
1
Nested asynchronous loops don't work with groupBy
#726
feinstein
opened
1 year ago
1
rx.zip and rx.combineLast are not work anymore
#725
luohao123
opened
1 year ago
0
Use records in combine latest etc.
#724
cedvdb
closed
1 year ago
0
chore(deps): bump build_web_compilers from 3.2.7 to 4.0.3
#723
dependabot[bot]
closed
1 year ago
1
chore(deps): bump lints from 1.0.1 to 2.1.0
#722
dependabot[bot]
closed
1 year ago
1
Fix lints and accept Dart SDK versions above 3.0
#721
hoc081098
closed
1 year ago
1
docs: Add PublishSubject description to README
#720
JosteveGit
opened
1 year ago
2
.shareValue() does not provide up-to-date .value
#719
mrRedSun
closed
1 year ago
2
Next