Skip to content
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

Admob view blank #45

Closed
blueskypee opened this issue Jan 9, 2023 · 2 comments
Closed

Admob view blank #45

blueskypee opened this issue Jan 9, 2023 · 2 comments

Comments

@blueskypee
Copy link

I add google_mobile_ads but banner only show white
D/EgretLoader(29530): EgretLoader(Context context)
D/EgretLoader(29530): The context is not activity
E/flutter (29530): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method create on channel flutter/platform_views)
E/flutter (29530): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:294:7)
E/flutter (29530):
E/flutter (29530): #1 TextureAndroidViewController._sendCreateMessage (package:flutter/src/services/platform_views.dart:1146:18)
E/flutter (29530):
E/flutter (29530): #2 AndroidViewController.create (package:flutter/src/services/platform_views.dart:792:5)
E/flutter (29530):

@X-SLAYER
Copy link
Owner

the new version is published you can check the close it works fine flutter_overlay_window: ^0.4.1

@GauravAppdidGithub
Copy link

I'm facing the same issue as @blueskypee 's even after using the latest version.
I'm getting the below-given error if using AdWidget() from google_mobile_ads package.

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method create on channel flutter/platform_views)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:313:7)

#1 SurfaceAndroidViewController._sendCreateMessage (package:flutter/src/services/platform_views.dart:1017:30)

#2 AndroidViewController.create (package:flutter/src/services/platform_views.dart:801:5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants