Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Ongghuen/suki-mobile

Repository files navigation

Notes/Deskripsi

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)

Ganti IP API

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/";
...

TODO
  • Akses Firebase Data (gak guna sekarang wow)
  • Tidur 8 jam tiap hari hahay
  • Project "Selesai"

Referensi:

  • Backend API Laravel: here