bdlukaa/native_admob_flutter

loading banner ad before attaching it to widget

Open

#98 opened on Aug 25, 2021

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Dart (57 forks)github user discovery
Banner Adbughelp wanted

Repository metrics

Stars
 (81 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide