This is a flutter project. The mobile app is able to show an add when the app opens.
- Download and open all of the project file using a flutter compatible IDE.
- I recomend IntelliJ IDEA
- Get a AdMob App ID for iOS and Android
- Follow the instructions on how to add the App ID. https://developers.google.com/admob/flutter
- At Google AbMob main panel create a InterstitialAd for the iOS project and the Android one.
- Add the InterstitialAd ID to the void _initAd(){} method.
- Run the program using iOS or Android emulator
There is not much to see here, the app will only load a Google ad when the user launches the program. This project helps developers monetize their apps using Google AdMob