nooralibutt / easy-ads

This repo has the integration of AdMob, AppLovin-Max, UnityAds, and Facebook ads.
https://pub.dev/packages/easy_ads_flutter
BSD 3-Clause "New" or "Revised" License
38 stars 19 forks source link

show other banner ads when failed #41

Closed ganeshhv closed 1 year ago

ganeshhv commented 1 year ago

how to show the other banner ads when one failed

if admob files how to show unity ads/ facebook ads in banner

nooralibutt commented 1 year ago

If one of the banner fails, we can not load any other banner in its place. This is because banner loads only when it is placed in widgetery. What you can do is to listen to banner event and when one networks banner fails, next time you load any other banner in its place.