Flutter – Could not find the correct Provider<> above this BlocListener<, > Widget
I'm encountering the following error in my Flutter application: Error: Could not find the correct Provider<SettingsBloc> above this BlocListener<SettingsBloc, SettingsState> Widget. I'm using the GetIt and Injectable packages for dependency injection. Below are the relevant parts of my code: settings_bloc.dart…