kmcgill88 / admob_flutter

Admob Flutter plugin that shows banner ads using native platform views.
https://pub.dartlang.org/packages/admob_flutter
ISC License
434 stars 151 forks source link

Unhandled Exception: MissingPluginException(No implementation found for method load on channel admob_flutter/interstitial) #21

Open fengguixian opened 5 years ago

fengguixian commented 5 years ago

[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<…>
veetaw commented 5 years ago

Did you manage to solve the issue? I'm having the same problem too

kmcgill88 commented 5 years ago

Can you add more context to this issue. I assume this was on ios.

mestartlearncode commented 5 years ago

now i have this issue on Android...

any idea ?

veetaw commented 5 years ago

A flutter clean fixes the issue.

(I wrote it in my article/tutorial on medium (@vitopiegari))

mestartlearncode commented 5 years ago

A flutter clean fixes the issue.

but i'm building it using codemagic.io, because my laptop too noisy,hot to perform build operation.

any idea ?

veetaw commented 5 years ago

I don't know then, sorry

uzumaki258 commented 2 years ago

Can you add more context to this issue. I assume this was on ios.

This issue occurs on Flutter 2.8+, It will make the ads not load. Android I can reproduce 100%