We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 show a AlertDialog after reduce function?
when customer click button register, the RegisterAction will be received by middleware and the network operation will be performed.
how can I show a dialog after this network operation, like show a error message like "the email has been registered" , "registeration successfully"
The text was updated successfully, but these errors were encountered:
Hey hey :) We're written up a document on the official redux readme that describes how to handle exactly this process!
https://github.com/johnpryan/redux.dart/blob/master/doc/async.md
Sorry, something went wrong.
@brianegan thank you and appreciate for the work
I will wait for that online
No branches or pull requests
how to show a AlertDialog after reduce function?
when customer click button register, the RegisterAction will be received by middleware and the network operation will be performed.
how can I show a dialog after this network operation, like show a error message like "the email has been registered" , "registeration successfully"
The text was updated successfully, but these errors were encountered: