bdlukaa/native_admob_flutter
loading banner ad before attaching it to widget
Offen
#98 geöffnet am 25.08.2021
Banner Adbughelp wanted
Repository-Metriken
- Stars
- (81 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Hi,
Is it possible to load the banner ad using the controller before attaching it to widget? I need to show the banner ad only after it is being loaded by the controller. However, I noticed that if I call controller.load(), and then wait until controller.isLoaded becomes true before attaching it to the BannerAd widget, then it fails to load due to timeout.
Thanks