Flutter Configuration

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 Link

  • - 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.

Last updated