How to pass a BlocProvider using Navigator in Flutter?
I am using a BlockProvider to manage the AuthService of my app and I'm currently working on a Setting Menu where there are some configurations that involve using this BlocProvider. This BlocProvider is bein invoked in the MaterialApp func: MaterialApp(…