I am using flutter bloc in my application, is success response I call Navigator.pop to pop the navigator, and in failure I call Flushbar.show to to toast error message
As you push in navigator I have some problem, When I call Navigator.pop and the previous toast is exists in the page , it popped instead of the current page
I know I can use Navigator.popUntil, But I think it is the problem of flushbar library, Because toast must not be a different route
I am using flutter bloc in my application, is success response I call
Navigator.popto pop the navigator, and in failure I callFlushbar.showto to toast error messageAs you push in navigator I have some problem, When I call
Navigator.popand the previous toast is exists in the page , it popped instead of the current pageI know I can use
Navigator.popUntil, But I think it is the problem offlushbarlibrary, Because toast must not be a different route