flutter_native_ads icon indicating copy to clipboard operation
flutter_native_ads copied to clipboard

Show AdMob Native Ads use PlatformView

Results 19 flutter_native_ads issues
Sort by recently updated
recently updated
newest added

I am using the latest flutter SDK but when I add your library into my project I found this error. error: cannot find type 'GADUnifiedNativeAdView' in scope let adView =...

Reloading native ads on scrollable lists makes for a very laggy experiance. Cache support would be useful.

we can't user this plugin along side with the new [google_mobile_ads](https://pub.dev/packages/google_mobile_ads) Plugin from Flutter Team. when you use both plugin and try to run the app on device / emulator,...

If using star rating and the ad does not have star rating set, it will remain visible with 0 starts. These views should be hidden if they are not filled....

I want to include admob adverts in between videos in a flutter app. I want it to work the way YouTube works where you get few adverts while watching a...

`E/AndroidRuntime( 5612): java.lang.NoSuchMethodError: No virtual method getMediaContent() Lcom/google/android/gms/ads/formats/UnifiedNativeAd$MediaContent; in class Lcom/google/android/gms/ads/formats/UnifiedNativeAd; or its super classes (declaration of 'com.google.android.gms.ads.formats.UnifiedNativeAd' appears in /data/app/com--------------------------==/base.apk) E/AndroidRuntime( 5612): at sakebook.github.com.native_ads.UnifiedAdLayout.ensureUnifiedAd(UnifiedAdLayout.kt:94) E/AndroidRuntime( 5612): at sakebook.github.com.native_ads.UnifiedAdLayout.access$ensureUnifiedAd(UnifiedAdLayout.kt:18) E/AndroidRuntime(...

https://developers.google.com/admob/android/rel-notes

It would be great if we could set an Ad Refresh interval. Currently we only get a new ad when stopping and restarting the application.

In pub.dev the package shows web compatible but there is no explanation about web implementation, I would like to ask if it is or not. Thank you.