flutter_google_ad_manager
flutter_google_ad_manager copied to clipboard
Flutter plugin for Google Ad Manager(DFP).
Any advice how can I completely hide/disable scrollbars that shows up briefly, but not briefly enough, in DFPBanner on Andorid? 
I'd like to provide multiple ad sizes in the ad request, but this does not seem to be possible currently. e.g.: `adSize = "300x50,300x100,300x250,320x50,320x100,320x240"` Is this something the flutter_google_ad_manager package...
Hello. I've tried to add an ad (BANNER or MEDIUM_RECTANGLE) with no success. I get this error message every time. A space is allocated in my app but no ad...
Note: This error occurs in the example app as well as my own implementation of this package In my own application, this banner is shown in the main screen that's...
I have a screen that at bottom should load a banner. But when I run, the log goes crazy printing `Banner mount` and the banner never shows up. But if...
What does this error (5) means? Could that be [kgaderrortimeout](https://developers.google.com/admob/ios/api/reference/Enums/GADErrorCode#kgaderrortimeout)? Trying to run on iOS simulator. ``` return DFPBanner( isDevelop: false, adUnitId: '***', adSize: DFPAdSize.BANNER, onAdLoaded: () { print('Banner onAdLoaded');...
I'm trying to test my widgets which includes the DFPBanner. But while testing it throws an Unsupported Error, this is because the flutter widget tester uses the OS of my...
The onRewarded callback is not called on iOS on both a real device and the emulator. Other callbacks such as onAdClosed and onAdLoaded work fine. This also works fine on...
IOS always to update screen, but android not like this it will collapse in my app, how to fix this?
I got some warning message like this, should we do something? ``` WARNING: API 'variant.getPackageLibrary()' is obsolete and has been replaced with 'variant.getPackageLibraryProvider()'. It will be removed at the end...