Register Admob account
Register Admob account & your application at https://apps.admob.com
Register Ads
Register unit Banner ads, Interstitial ads
Change Admob ID
Open source code and found ./source/lib/configs/ads.dart then change your Admob ID
The the the setting key with Android/IOS and replace with your new Admob ID
Android files for replacement
- android/app/google-services.json
- android/app/src/main/AndroidManifest.xml
IOS files for replacement
- ios/Runner/GoogleService-Info.plist
- ios/Runner/Info.plist
Open source code and found ./source/lib/configs/ads.dart then change your bannerAdUnitId, interstitialAdUnitId
Reference
- Implement Flutter Admob: https://developers.google.com/admob/flutter/quick-start