Skip to main content

Enable USB debugging

  1. Go to Settings → About phone
  2. Tap Build number 7 times to unlock Developer Options
  3. Go to Settings → System → Developer Options
  4. Enable USB debugging

Grant notification access

Vantage requires notification access to capture banking transactions.
  1. Go to Settings → Apps → Special app access → Notification access (or search “Notification access” in settings)
  2. Find Vantage Wealth and enable it
Without notification access, automatic transaction capture will not work. You can still use Vantage manually, but notifications won’t be processed.

Install the APK

adb devices   # verify your device is connected
adb install -r build/app/outputs/flutter-apk/app-release.apk
If adb is not found, add the Android SDK platform-tools to your PATH:
export PATH="$PATH:$HOME/Library/Android/sdk/platform-tools"   # macOS

Supported Android versions

Android versionAPI levelStatus
Android 1029Minimum supported
Android 11–1430–34Fully supported
Android 1535Fully supported (tested on Pixel)

Permissions required

PermissionPurpose
NOTIFICATION_LISTENERCapture banking notifications
INTERNETConnect to Supabase and backend
USE_BIOMETRICBiometric lock screen
CAMERAOCR receipt scanning
POST_NOTIFICATIONSLocal notification alerts
RECEIVE_BOOT_COMPLETEDRestart notification listener after reboot
SCHEDULE_EXACT_ALARMScheduled budget alerts