-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to handle refresh indicator? #20
Comments
You mean a loading spinner? Subscribe to the yourCommand.isExecuting and show/hide your spinner depending on the value you get. |
Hi @escamoteur, thanks for the reply ! Listening an The confusion is with |
Sorry I somehow missed this. Did you solve your problem in the meantime? |
I made some jugaad for that, but didn't find the right solution yet. |
So you want that the RxCommand is passed as a Future to the RefreshIndicator? |
you could just use the .next Property of the command I guess |
I want to show a refresh indicator when command is in progress. How can we handle that?
The text was updated successfully, but these errors were encountered: