fmuftie / fm_paging_listview_gridview

Fluter project to show data retrieval per page displayed in lists and grids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paging_listview_gridview

Proyek flutter untuk menampilkan listview dan gridview dengan data yang diambil dari API. Pengambilan data dari API dilakukan halaman demi halaman atau tidak sekaligus seluruh data dari API, agar tidak membebani server API.

Sekali pemanggilan ke API, hanya diambil 10 item data, jika pengguna melakukan scroll sampai bawah, akan dipanggil kembali ke API untuk mengambil 10 item data berikutnya, dan seterusnya.

API yang digunakan

Proyek ini menggunakan API dummyjson.com atau DummyJSON on github

Screenshot




English

Flutter project to display listview and gridview with data fetched from API. Data retrieval from the API is carried out page by page or not all data from the API at once, so as not to overload the API server.

One call to the API, only 10 data items are retrieved, if the user scrolls to the bottom, the API will be called back to retrieve the next 10 data items, and so on.

API used

This project uses an API dummyjson.com atau DummyJSON on github

About

Fluter project to show data retrieval per page displayed in lists and grids


Languages

Language:C++ 37.8%Language:CMake 30.8%Language:Dart 22.9%Language:HTML 3.0%Language:Swift 2.8%Language:C 2.3%Language:Kotlin 0.2%Language:Objective-C 0.1%