What method should I use to move the view using BLOC in flutter?
07:17 11 Mar 2026

I used RiverPod only every time to manage my condition, but I want to use BLOC this time, so I'm going to study it.
But I'm not sure how to move the view, so I'm posting a question!
I was wondering if I should use Navigator.of(context) as before, is it okay to use GoRouter as it is, or is there a way to move it separately like GetX.

flutter flutter-bloc