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

Listview does not scroll – Flutter

The listview I have used in the application I am making with flutter cannot be scrolled. I tried everything but couldn't find the solution.There is no other scroll in the code tree.I also added pysics but it still didn't work.…

VIEW QUESTION
Back To Top
Search