Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

edilsonmatola/listview_pagination_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

listview_pagination

Fetching the data from jsonplaceholder and rendering in the UI.

Demo

          

Installation

1. Clone the repository
git clone https://github.com/edilsonmatola/listview_pagination_flutter.git
2. Move to the desired folder
cd listview_pagination_flutter
3. To run the app, simply write the following commands:
flutter pub get
# flutter emulators --launch "emulator_id" (to get Android Simulator)
open -a simulator (to get iOS Simulator)
flutter run