issues
search
fluttercommunity
/
rx_command
RxCommand - Reactive event handler wrapper class inspired by ReactiveUI. Maintainer @escamoteur
https://pub.dev/packages/rx_command
MIT License
134
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrade pubspec to use RxDart 0.28.0
#57
khoi-elsa
closed
3 months ago
0
Update rxdart to 0.27
#56
unipenlabs
closed
3 years ago
1
Update README to null-safety and fix parameters' names
#55
Mabsten
closed
3 years ago
1
Improve Readme and doc
#54
Mabsten
opened
3 years ago
4
Made TResult of StreamView non-nullable
#53
mk-dev-1
closed
3 years ago
5
Made param in action-typedefs non-nullable
#52
mk-dev-1
closed
3 years ago
3
Error: The getter 'value' isn't defined for the class 'Notification<TResult>'.
#51
rednikisfun
closed
3 years ago
1
Update quiver hashcode dependency
#50
cbracken
closed
3 years ago
2
Migration to null-safety
#49
mk-dev-1
closed
3 years ago
6
Rxdart 0.25.0
#48
josh-ksr
closed
3 years ago
6
Nullability support
#47
AlexBacich
closed
3 years ago
27
Bugfix/example
#46
AlexBacich
closed
4 years ago
4
OnResult and OnError callback function added to RxCommand
#45
hasimyerlikaya
closed
4 years ago
9
RxCommand from stream failed to dispose fully
#44
baku-apps
closed
4 years ago
4
Upgrade
#43
nosmirck
closed
4 years ago
1
How can I access the input parameter when the error is thrown?
#42
hasimyerlikaya
closed
4 years ago
4
- Fixed documentation for CommandResult
#41
AlexBacich
closed
4 years ago
1
Update to use with latest rxdart version
#40
nosmirck
closed
4 years ago
2
Please explain difference between emitLastResult and emitsLastValueToNewSubscriptions
#39
fedotxxl
closed
4 years ago
5
RxCommand ignores call when another call is still in progress
#38
fedotxxl
closed
4 years ago
1
Added factory constructors for CommandResult
#37
AlexBacich
closed
4 years ago
4
isExecuting and canExecute are constantly recreated
#36
smiLLe
closed
4 years ago
4
Question: Get notice when command is executed
#35
AlexBacich
closed
4 years ago
8
Rewrite to support rxdart 0.23.1
#34
dalewking
closed
4 years ago
3
RxCommand.createFromStream() emits a exception twice.
#33
baku-apps
closed
4 years ago
1
RxCommand.createFromStream() with a type Stream as provider does not emit an exception.
#32
baku-apps
closed
4 years ago
2
NoSuchMethodError: The method 'call' was called on null
#31
boozy-ph
closed
4 years ago
4
type 'LocationModel' is not a subtype of type 'CommandResult<LocationModel>'
#30
boozy-ph
closed
5 years ago
9
State was not preserved after navigation
#29
boozy-ph
closed
5 years ago
2
RxCommandStream inputObservable not closed on dispose
#28
kuhnroyal
closed
4 years ago
11
RxLoader does not initiate spinner
#27
ValeriusGC
closed
5 years ago
1
Bug: RxCommandAsync blocks after an Error in handler
#26
Eupatech
closed
5 years ago
5
RxCommandListener pass functions after initialization feature enquiry
#25
MillerAdulu
closed
5 years ago
0
How do I wait for interconnected commands to end?
#24
hasimyerlikaya
closed
4 years ago
5
How to pass more than one param to the command?
#23
agmontpetit
closed
5 years ago
2
typos like bve, commane etc.
#22
oscyp
closed
5 years ago
1
rxdart version
#21
Line-
closed
5 years ago
4
How to handle refresh indicator?
#20
TheHemantKaushik
closed
4 years ago
6
Fix null check in RxCommandListener
#19
anaisbetts
closed
5 years ago
1
Nextable RxCommand
#18
anaisbetts
closed
5 years ago
1
Remove NoParam/NoResult overloads
#17
anaisbetts
closed
5 years ago
1
RxCommands with asynchronous handlers should be await able
#16
lemoony
closed
5 years ago
2
Not listening initial result
#15
davidmartos96
closed
5 years ago
2
CanExecute always false after exception thrown
#14
Afulton11
closed
5 years ago
3
Create new stream without recreating manager.
#13
TheHemantKaushik
closed
4 years ago
8
RxCommandListener error if only onIsBusy used
#12
hernan
closed
5 years ago
4
Q: How to prevent listen to run multiple times.
#11
01xJoao
closed
5 years ago
3
Add support for transformers to command.
#10
RussellZornes
closed
5 years ago
5
RxCommandListener does not call onError if debounceDuration is null
#9
ghost
closed
5 years ago
1
Unit Testing commands
#8
ilap
closed
5 years ago
1
Next