flutter_native_admob icon indicating copy to clipboard operation
flutter_native_admob copied to clipboard

Plugin to integrate native firebase admob to Flutter application

Results 61 flutter_native_admob issues
Sort by recently updated
recently updated
newest added

Update this package it is causing ad fraud

The last update was in 2020..but many things has changed..add null safety..

Hi, I'd like to ask about the numberAds param. It's hard for me to figure out how to use it and what it does. I am very new to flutter....

I am using this package in my project and it worked initially but now I am getting a bunch of error after the progress bar disappears ``` PlatformException (PlatformException(error, Binary...

`Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ /Users/neolab/.pub-cache/hosted/pub.dartlang.org/flutter_native_admob-2.1.0+3/ios/Classes/NativeAdmobController.swift:25:28: error: cannot find type 'GADUnifiedNativeAd' in scope var nativeAdChanged: ((GADUnifiedNativeAd?) -> Void)? ^~~~~~~~~~~~~~~~~~ /Users/neolab/.pub-cache/hosted/pub.dartlang.org/flutter_native_admob-2.1.0+3/ios/Classes/NativeAdmobController.swift:26:19: error: cannot...

When the App tries to display the ad i get an ClassNotFoundException: ```E/MethodChannel#flutter/platform_views( 6591): Failed to handle method call E/MethodChannel#flutter/platform_views( 6591): android.view.InflateException: Binary XML file line #5 in com.araapp.ara_app:layout/native_admob_banner_view: Binary...

## Bug report **Describe the bug** Getting below error on Cocopod update when having 2 below libraries in app. google_mobile_ads: ^0.11.0+2 flutter_native_admob: ^2.1.0+3 ### Error message ``` [!] CocoaPods could...