I followed this tutorial on integrating AdMob in Flutter, but when I try to run my app this is the only output I get in the debug console .. And the app does not launch. I also set the AddMob app id in the AndroidManifest.xml like in the official documentation on the firebase_admob package.
Launching lib\main.dart on Android SDK built for x86 in debug mode...
Running Gradle task 'assembleDebug'...
√ Built build\app\outputs\apk\debug\app-debug.apk.
This is the last feature I need to implement before I can publish my app, really frustrated now ..