Skip to content

GachaMerch/GachaMerch-Mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

44 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GachaMerch

Mobile app untuk platform gacha merchandise β€” beli, koleksi, dan kelola item langka dengan sistem rarity berbasis gacha.

Built with Flutter Β· Dart SDK ^3.8.1


Features

  • Shop β€” browse item berdasarkan rarity & harga, beli langsung atau lewat sistem gacha
  • Inventory β€” lihat koleksi item yang sudah dimiliki
  • Weapon Detail β€” halaman detail tiap item/weapon
  • Notifications β€” notifikasi transaksi dan update
  • Profile β€” manajemen akun pengguna
  • Admin Panel β€” kelola item (tambah, edit, hapus) khusus role admin
  • Auth β€” login via email/password dan Google Sign-In
  • Dark / Light Mode β€” adaptive theme, default dark

Getting Started

Prerequisites

  • Flutter SDK >=3.8.1
  • Android emulator / physical device

Setup

# Install dependencies
flutter pub get

# Run app (development)
flutter run

# Build APK
flutter build apk --release

Environment

API base URL dikonfigurasi di masing-masing service file:

// Release
'https://gachamerch-be.drian.my.id'

// Debug (Android emulator)
'http://10.0.2.2:3000'

Project Structure

lib/
β”œβ”€β”€ main.dart               # Entry point + AuthGate
β”œβ”€β”€ LoginPage.dart
β”œβ”€β”€ SignUpPage.dart
β”œβ”€β”€ HomePage.dart
β”œβ”€β”€ ShopPage.dart
β”œβ”€β”€ InventoryPage.dart
β”œβ”€β”€ WeaponDetailPage.dart
β”œβ”€β”€ NotificationPage.dart
β”œβ”€β”€ ProfilePage.dart
β”œβ”€β”€ AboutUsPage.dart
β”œβ”€β”€ services/               # API calls
β”‚   β”œβ”€β”€ auth_service.dart
β”‚   β”œβ”€β”€ shop_service.dart
β”‚   β”œβ”€β”€ inventory_service.dart
β”‚   β”œβ”€β”€ weapon_service.dart
β”‚   β”œβ”€β”€ order_service.dart
β”‚   └── notification_service.dart
β”œβ”€β”€ widgets/                # Reusable components
└── utils/                  # Helpers (format, etc.)

About

Mobile Apps GachaMerch πŸ“±

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors