You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if navigate to second or third screen an press the increase or decrease button snackbar showing up one time and when you back to the previous screen snakbar showing up again same number of latest screen.
The text was updated successfully, but these errors were encountered:
In my opinion the updated snacker implementation holds the previous Scaffold with context. I got it solved temporarily by replacing the BlocConsumer with only BlocBuilder and removing the listener implementation in the second_screen. Though a concrete explanation is required
if navigate to second or third screen an press the increase or decrease button
snackbar
showing up one time and when you back to the previous screensnakbar
showing up again same number of latest screen.The text was updated successfully, but these errors were encountered: