This is a companion discussion topic for the original entry at https://www.raywenderlich.com/18177023-your-second-flutter-app/lessons/5
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/18177023-your-second-flutter-app/lessons/5
The architecture of this app it’s MVC, because it’s using controller?
This app doesn’t use Bloc or Provider? Using one of this state management doesn’t have to do with architeture?
I am getting snapshot null, where I can check if the data is getting back?
I found the error, http change, stackoverflow:
And I have to change here:
final response = await http.get(Uri.parse(url));