Simple mock up ( currently ) without logic, just simple
- Flutter 2.2.3
- Dart 2.13.4
- Uvicorn 0.15.0
- Fastapi 0.1.0
To run this project locally, do :
- Install flutter
- Install fastAPI and Uvicorn
- Run server with uvicorn =>
uvicorn main:app --reload - Connect or open your selected emulator devices
- Run flutter apps =>
flutter run
- Seperate logic in cart
- Add more example data for scaling up
- is like button per data
- clean code
- adaptive screen size
- layoutbuilder every screen => termasuk rotation
- Shopping cart selected item only
- ios android beda widget
- shared_preferences for theme (dark/light theme)
- pull to refresh
- ubah semua jadi cek koneksi dulu sebelum display apa2
- Base widget untuk semua
- add rating data in database
- bersih-bersih tahap 2
- edit dark mode light mode in app
- rapihin gambar readme
- Ubah navigasi ke configs semua
- shopping cart page with listviewbuilder
- settings page
- tema warna aplikasi
- add read more section on description
- add fastAPI to source
- read more comment
- bersih-bersih
This app inspired is inspired by this mock up.

