-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Exception: MissingPluginException(No implementation found for method load on channel admob_flutter/interstitial) #21
Comments
Did you manage to solve the issue? I'm having the same problem too |
Can you add more context to this issue. I assume this was on ios. |
now i have this issue on Android... any idea ? |
A (I wrote it in my article/tutorial on medium (@vitopiegari)) |
but i'm building it using codemagic.io, because my laptop too noisy,hot to perform build operation. any idea ? |
I don't know then, sorry |
This issue occurs on Flutter 2.8+, It will make the ads not load. Android I can reproduce 100% |
[VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method load on channel admob_flutter/interstitial)
#0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:300:7)
#1 AdmobInterstitial.load (package:admob_flutter/src/admob_interstitial.dart:34:20)
#2 _MyHomePageState.loadAd (package:xftimer_flutter/main.dart:51:20)
#3 _MyHomePageState.initState (package:xftimer_flutter/main.dart:35:5)
#4 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3846:58)
#5 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3711:5)
#6 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2956:14)
#7 Element.updateChild (package:flutter/src/widgets/framework.dart:2759:12)
#8 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4876:14)
#9 Eleme<…>
The text was updated successfully, but these errors were encountered: