/listview_pagination_flutter

ListView with pagination in Flutter. Credits to: kindacode.com (https://www.kindacode.com/article/flutter-listview-pagination-load-more/)

Primary LanguageDartMIT LicenseMIT

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