DEV Community

Discussion on: Flutter BLoC: Right way to Handle navigation

Collapse
 
mpowloka profile image
mpowloka

Hey!

I was just looking for a similar solution. I will just check if it works, but right now I think this is not the best way to create a separate Bloc for Navigation only. Imo, the idea behind BloC is so UI doesn't know what happens after user interaction. If you have a Bloc for navigation then UI still knows what happens. It ends up being just a code extraction way, but the logic is not covered in any way.