Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 621 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 621 Bytes

Flutter Infinite ListView

Note : I've developed a package that replicates the functionality showcased in this demo project. If you prefer a ready-made solution over creating your own, take a look at this package.

Infinite Scrolling ListView Demonstration in Flutter.

This project showcases the implementation of infinite scrolling for a ListView in Flutter. The list is constructed using ListView.builder, with data being fetched from JSONPlaceholder.

Demo

Demo Gif