PareshMayani / Flutter-Friends

An example flutter/dart application showing list of friends and profile screen. Demoing usage of ListView, ListTile, CircleAvatar, CircularProgressIndicator
Apache License 2.0
26 stars 6 forks source link

Infinite Scrolling Listview issue resolved #2

Open rahul-badgujar opened 3 years ago

rahul-badgujar commented 3 years ago

Have solved the issue of Infinite Scrolling ListView and updated the code to fetch data from server.