blocFromZeroToHero icon indicating copy to clipboard operation
blocFromZeroToHero copied to clipboard

part #6 - snackbar showing up multi times

Open bokanian opened this issue 3 years ago • 1 comments

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.

bokanian avatar Apr 23 '21 08:04 bokanian

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 Screenshot 2021-06-03 at 00 46 32

rohanjsh avatar Jun 02 '21 19:06 rohanjsh