native_admob_flutter
native_admob_flutter copied to clipboard
Easy-to-make native ads in flutter using AdMOB SDK.
I recently got rid of the official google ads package tired of it performance. Today I pushed a new version on Android and got this message: ``` After a recent...
Since https://github.com/bdlukaa/native_admob_flutter/issues/133 was closed but not deployed I'm asking for this again in a different issue. Please @bdlukaa deploy a new version and close this issue. There are some people...
My banner ads can be successfully displayed, but when I use this package to display native ads, it says my mobile sdk has not been initialized. I have already called...
``` E/flutter ( 6502): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method loadAd on channel [#c3489]) E/flutter ( 6502): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:165) E/flutter ( 6502): E/flutter ( 6502): #1 Future.timeout....
When i use your package and place banner and also youtube_player in the same screen, appears blinking when scrolling. Maybe you can chek with latest flutter versions.
``` return SafeArea( child: Stack( children: [ Column( children: [ Provider.of(context).initialized ? Container( color: Theme.of(context).primaryColor, width: double.infinity, height: 150, // just to test it child: BannerAd( builder: (context, child) {...
Ensure that MethodChannel is initialized before invoke the loadAd method.
Banner ads are still getting impressions even if the app is in background mode. This issue will lead to admob limit (invalid traffic). I think you should resolve this by...
Native ads seems to be failed in loading for now. Sometimes, it can only load one native ads only. How to reproduce?  1 - Run the example...