this and that something ini itu and whatnot ya gitulah pokonya ini projek
- REST Api: Laravel
- State Management: BLoC
- Local Storage : Hydrated BLoC
- List Dependencies
pubspec.yaml
:- google_fonts
- http
- flutter_bloc
- equatable
- hydrated_bloc
- lottie (make dikit)
di lib/presentation/utils/default.dart
// const url = "http://192.168.43.112:8000"; <-- ganti sesuai ip local network laravel
const url = "http://10.0.2.2:8000";
// url api yang dipake
const apiUrl = url;
const apiUrlStorage = "$apiUrl/storage/";
...
-
Akses Firebase Data (gak guna sekarang wow) - Tidur 8 jam tiap hari hahay
- Project "Selesai"
Referensi:
- Backend API Laravel: here