I lose state in my BloC when I navigate routes and then come back. Why? – Flutter
I have this code. In summary, I am learning Flutter and I created this code just to practice. The goal is to type in a TextField and then press a FloatingActionBotton and onPressed it updates a text widget. I used…