skip to Main Content

Flutter API keep loading and not showing

So i tried to create a listview of a news with this API https://newsapi.org/s/us-news-api but when i tried to implement it in my App it keeps loading and never show the data. here is my homepage code import 'package:flutter/material.dart'; import…

VIEW QUESTION
Back To Top
Search