Flutter Bloc/Cubit Error Handling – what is the best architectural approach?
I'm a beginner developer and I have problem with implementation of BloC framework. Let's assume that I have this code (Model, NetworkService, Repository, Cubit, State, Widget): class NetworkService { Future getData(Uri uri) async { try { http.Response httpsResponse = await…