Dart Async - Using Futures to read data online

preview_player
Показать описание
In this video we add a JSON file to Dropbox (simulating a web server from which we read the JSON data) and read from that file over the internet using Dart Futures.

Рекомендации по теме
Комментарии
Автор

Good afternoon sir, am having an issue accessing the statusCode() when trying to check if response was ok and also the response. body when using the json.decode()

awisadestiny
Автор

according to your videos. What should be my next step.... I am watching your videos and practicing it. implementing different thing in my own and than changing back thing to be efficient like using something else (provider) instead of setState() and state management. the listeners and provider class. models I have seen these things in java.

usmansoft