googleads / googleads-mobile-flutter

A Flutter plugin for the Google Mobile Ads SDK
Apache License 2.0
338 stars 277 forks source link

Is version google_mobile_ads ^4.0.0 supported Collapsible Banner ads? #1178

Closed hhzhangzy closed 6 days ago

hhzhangzy commented 6 days ago

According to the document: https://developers.google.cn/admob/flutter/banner/collapsible ,Can I use version plugin 4.0.0 for development? Or do we have to upgrade the plugin to version 5.1.0?

malandr2 commented 6 days ago

HI @hhzhangzy, yes collapsible banner ads work with version 4.0.0. That being said, we always recommend updating to the latest available version to access the most up-to-date builds

Jigneshiosdeveloper commented 4 days ago

Hi @hhzhangzy

With google_mobile_ads: ^5.1.0 version, collapsible banner ads are working well for Android and iOS in the Flutter project.