Could not find the correct Provider above this BlocBuilder widget in Flutter
I’m facing an issue with accessing my CubitSubject provider in a specific screen. I have a MultiBlocProvider in the root of my app, and I’m trying to access the CubitSubject in the SubjectsView screen. However, I get the following error message:
why absolute path gets BlocProvider related error in flutter?
when I use the following code snippet in flutter