We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a problem when I try to reuse this ErrorNotifier on other Pages, the toast is not shown on the screen.
The text was updated successfully, but these errors were encountered:
Would you be able to come up with a code sample for your situation?
Sorry, something went wrong.
The snackbar is showing only in a previous page.
main.dart -> LoginPage (have ErrorNotifier) -> SecondPage -> CurrentPage
If I display an error in redux at CurrentPage, the snackbar is showed at LoginPage even having ErrorNotifier.
But if I move ErrorNotifier to CurrentPage, it works.. but in LoginPage not.
It's weird, the snackbar seems to be showing "behind" de last page.
The same situation @oguibueno have you found solution for this?
No branches or pull requests
There's a problem when I try to reuse this ErrorNotifier on other Pages, the toast is not shown on the screen.
The text was updated successfully, but these errors were encountered: