this repository is about CRUD users using reqres.in api. You can find .apk on root folder
For Api we use Reqres.in
Client: Android Studio, Flutter, flutter_screenutil, go_router, google_fonts, intro_slider
Make sure your workstation has installed the Flutter framework(Stable)
for Instalation Flutter Framework visit this setup flutter framewrk
Clone the project first
git clone https://github.com/milzamhibatullah/user_crud_reqres.git
git fetch
git checkout master
git pull origin master
Enter the project directory
cd user_crud_reqress/
Inside project directory, Clean the project first
flutter clean
After clean the project, run this command
flutter pub get
After that, to run this project, run this command
flutter run
For buildin APK, run this command
flutter build apk --release