Skip to content

AffiliatePro Mobile App – Installation Guide (Flutter Version)

AffiliatePro Mobile App – Installation Guide (Flutter Version)

Welcome! This guide will help you set up and run the AffiliatePro mobile app (Flutter-based) on your local PC for development, testing, or customization.


🔧 System Requirements

  • Flutter SDK (>=2.19.4 <3.0.0)
  • Android Studio OR Visual Studio Code
  • Git (optional but recommended)
  • Android Emulator or a physical Android device

💾 Step 1: Extract Project Files

  1. Download and extract affiliatepro_mobile.zip to any directory.
  2. Open the project folder (affiliatepro_mobile) in your preferred IDE (Android Studio or VS Code).

🔀 Step 2: Set Up Flutter SDK

  1. Install Flutter from https://flutter.dev/docs/get-started/install
  2. Run the following to verify Flutter installation:
flutter doctor

Make sure all components are resolved, especially the Android SDK.


🌐 Step 3: Configure config.json

Navigate to:

assets/config.json

And update the following keys:

{
  "base_url": "https://your-domain.com/aff/aff-new/",
  "license_key": "YOUR_LICENSE_KEY_HERE"
}

🔄 Step 4: Get Dependencies

In the terminal, run:

flutter pub get

📊 Step 5: Run the App

Choose one:

  • Using Emulator:
    • Open Android Studio > Device Manager > Launch Emulator
  • Using Physical Device:
    • Enable USB debugging on your phone
    • Connect via USB

Then run:

flutter run

🚀 Optional: Build APK for Distribution

flutter build apk --release

The APK will be located in:

build/app/outputs/flutter-apk/app-release.apk

Need help? Contact support at: support@affiliatepro.org

Thank you for using the AffiliatePro Mobile App!