Aman VPN
  • 1️⃣Introduction
    • Introduction to Aman VPN
    • Project Structure & Features
  • 2️⃣Installation
    • Introduction to Flutter
    • Tools & Setup
    • Android Studio – Windows​
    • Android Studio – macOS​​
    • Android Studio – Linux​​
  • 3️⃣GETTING STARTED (BUILD & RUN)
    • Build & Run
  • 4️⃣CONFIGURATION & CUSTOMIZATION
    • Changing Servers
    • Android Configuration
    • Firebase Configuration
    • Flutter Configuration
  • 5️⃣HELP & SUPPORT
    • Support
Powered by GitBook
On this page
  1. CONFIGURATION & CUSTOMIZATION

Flutter Configuration

PreviousFirebase ConfigurationNextSupport

Last updated 2 years ago

Setup AppName

  • Step 1: From directory android -> app -> src -> main -> AndroidManifest.xml

  • Step 2: Change AppName value to your name

Setup AdMob

  • - For AdMob setup, you need to change the app id, interstitial id

  • - For that, you have to create a firebase account and create a new application in AdMob. and then create ad unit.

  • Interstitial Ad

  • Refer

  • - Now come back to Application source code.

  • - Open lib -> adMob.dart file.

  • And replace value of AD_MOB_INTERSTITIAL_ID_ANDROID, AD_MOB_INTERSTITIAL_ID_IOS٫

  • - Now run the application. your ads are now live.

4️⃣
Link