https://github.com/juanfranciscocis/learning_google_admob
This is a flutter project. The mobile app is able to show an add when the app opens.
https://github.com/juanfranciscocis/learning_google_admob
admob flutter google
Last synced: about 2 months ago
JSON representation
This is a flutter project. The mobile app is able to show an add when the app opens.
- Host: GitHub
- URL: https://github.com/juanfranciscocis/learning_google_admob
- Owner: juanfranciscocis
- Created: 2022-09-12T01:33:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T01:42:14.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T16:21:19.536Z (about 1 year ago)
- Topics: admob, flutter, google
- Language: Dart
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Google AdMob
This is a flutter project. The mobile app is able to show an add when the app opens.
## How To Open The Project?
1. Download and open all of the project file using a flutter compatible IDE.
2. I recomend IntelliJ IDEA
3. Get a AdMob App ID for iOS and Android
4. Follow the instructions on how to add the App ID. https://developers.google.com/admob/flutter
5. At Google AbMob main panel create a InterstitialAd for the iOS project and the Android one.
6. Add the InterstitialAd ID to the ***void _initAd(){}*** method.
7. Run the program using iOS or Android emulator
## I'm looking your CV (Curriculum Vitae), where can I find useful info about this project?
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