samples, guidance on mobile development, and a full API reference.
░█▀█░█░█░█▀█░█▀█░█▄█░█▀█ ░█▀▀░█░█░█▀█░█░█░█░█░█▀▀ ░▀░░░▀▀▀░▀░▀░▀▀▀░▀░▀░▀░░
Flutter Android client untuk WireGuard VPN. Aman, modern, dan siap dipakai untuk kebutuhan internal maupun enterprise.
"Koneksi aman, hidup tenang."
- Import profil WireGuard (paste / file .conf / QR)
- Manajemen profil (secure storage, database lokal)
- Start/Stop tunnel (khusus Android)
- Monitoring status (handshake, rx/tx, endpoint)
- Log screen + masking otomatis
- Kunci biometrik (opsional)
- Pastikan Flutter SDK sudah terpasang.
- Clone repo ini:
git clone https://github.com/gustradev/vpn-client-wireguard-flutter.git cd vpn-client-wireguard-flutter - Install dependency:
flutter pub get
- Jalankan aplikasi:
flutter run
- Build APK Android:
flutter build apk
- lib/app: entry point, router, tema
- lib/core: constants, validator, log masker
- lib/features: fitur modular (profile, tunnel, log, status, settings)
- ApplicationId:
com.example.gvpn - Branding: GVPN
- Semua config profile terenkripsi
- Tidak ada credential hardcoded
Lihat file:
Copyright 2026 GVPN Project
