1 Forks
2 Stars
2 Watchers

Pagination-in-Flutter

Aim : Paginating the data while loading from a database or from an API Pros : Reduces the Database maintainence and pricing of the database Imagine you are having an app which is having about 100K+ downloads and 10K+ daily users everyday and users perform read operations in order to load data. when an app having 10K+ daily users will perform 100K+ to 1Million reads per day and it again deponds on how optimally you have developed the app. So, in order to reduce the database maintainence, Developers can use pagination in your app which reduces the reads and loading the amount of data which is required for the user. So, Enough intro, let's start coding In this context we are not actually loading the data from database or API but we actually performed a pagination example.

How to download and setup Pagination-in-Flutter

Open terminal and run command
git clone https://github.com/theflutterdev/Pagination-in-Flutter.git
git clone is used to create a copy or clone of Pagination-in-Flutter repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Pagination-in-Flutter https://github.com/theflutterdev/Pagination-in-Flutter/archive/master.zip

Or simply clone Pagination-in-Flutter with SSH
[email protected]:theflutterdev/Pagination-in-Flutter.git

If you have some problems with Pagination-in-Flutter

You may open issue on Pagination-in-Flutter support forum (system) here: https://github.com/theflutterdev/Pagination-in-Flutter/issues