You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
The text was updated successfully, but these errors were encountered:
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)
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):
The text was updated successfully, but these errors were encountered: