bdlukaa/native_admob_flutter

loading banner ad before attaching it to widget

开放

#98 创建于 2021年8月25日

 (7 条评论) (0 个反应) (0 位负责人)Dart (57 个派生)github user discovery
Banner Adbughelp wanted

仓库指标

星标
 (81 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南