Access the build context in a cubit (Flutter)
Main question Hello! In Flutter I am using BLoC, and more specifically cubits, to manage the state of my app. I have a few states in my weather_state.dart file: WeatherInitial WeatherLoading WeatherLoaded WeatherError For the latter, I would like to…