googleads / admob-ads-in-flutter

Apache License 2.0
72 stars 36 forks source link

change "AdListener" to "BannerAdListener" #9

Closed dakevs closed 3 years ago

dakevs commented 3 years ago

Hello,

I am following along with the tutorial and on this step: https://codelabs.developers.google.com/codelabs/admob-ads-in-flutter#6 I am receiving an error when using "AdListener". Changing to "BannerAdListener" fixes it.

Thank you, Kevin