For the complete documentation index, see llms.txt. This page is also available as Markdown.

5.1 Admob Setup for Android

  • From your AdMob account, create an app for android. You will get an app id for android.

  • Create One Interstitial Ad unit.

  • Now, go to the android/app/src/main/AndroidManifest.xml file and change the AdMob app id(Android) with yours.

  • Go to the lib/configs/config.dart file and change the admobAppId, and admobInterstitialAdId with your values.

Last updated