fleetimee / infinite-impermanence

Frontend untuk Product Analisis Kredit Mikro yang berbasis Mobile dan Web. Dibuat dengan menggunakan Flutter sebagai tampilan depan dan Node JS sebagai backend. Aplikasi ini dibuat memudahkan para petugas kredit mikro untuk melakukan analisis kredit mikro dengan cepat dan mudah.
https://play.google.com/store/apps/details?id=com.akm.fleetime
Apache License 2.0
27 stars 9 forks source link

Make pagination with numbered pages in list debitur #24

Open fleetimee opened 1 year ago

fleetimee commented 1 year ago

Currently the list view are using infinite list

Instead using infinite list i want to used pagination with number in the bottom of the list

The api already supported pagination out of the box

{{baseUrl}}api/v1/debiturs/?limit=7&page=1

fleetimee commented 1 year ago

Install Flutter Without Installing Android Studio (Windows)

Installing Flutter with Android Studio especially when you are limited by hardware resources may not be an optimal thing to do. Alternative to Android Studio, A great choice is VSCode. It is light, simple and fast. In this article, you'll learn how to setup Flutter without using Android Studio. So you can get started with VSCode to Flutter.

1. Install Git

1. Install Flutter

2. Install openjdk8

4. Install Android SDK

5. Final

Happy Fluttering!

Fluttering