googleads-mobile-flutter icon indicating copy to clipboard operation
googleads-mobile-flutter copied to clipboard

A Flutter plugin for the Google Mobile Ads SDK

Results 42 googleads-mobile-flutter issues
Sort by recently updated
recently updated
newest added

I've installed version `5.0.0`, and now there are even more java deprecation warnings! This is a continuation of [issue 940](https://github.com/googleads/googleads-mobile-flutter/issues/940) One warning is an existing one from previous issue for...

p3-low

I noticed there is a new ads format called collapsible banner ads which is supported on both [Android](https://developers.google.com/admob/android/banner/collapsible) and [iOS](https://developers.google.com/admob/ios/banner/collapsible). Is collapsible banner ads supported in Flutter?

feature request
banner ad

## Plugin Version flutter: 3.19.2 google_mobile_ads: 4.0.0 webview_flutter: 4.7.0 platform is android. ## Steps to Reproduce 1. WebView and AdMobBanner setup same widget. 2. Reload AdMobBanner. ![admob](https://github.com/googleads/googleads-mobile-flutter/assets/2725669/2a6b07f1-cd5d-42b4-94f9-b75a2b2ed6d8) ```dart class WebViewWithAd...

bug
in triage
p2-medium
banner ad

### [REQUIRED] Step 1: Describe your environment ## Plugin Version 3.0.0 ### [REQUIRED] Step 2: Describe the problem Seeing an issue with a native ad appearing in app only after...

bug
p3-low

Face an issue that was reported some time ago (https://github.com/googleads/googleads-mobile-flutter/issues/545). Got no response there, so I'm reopening it. here is my code (not a minimal example). https://pastebin.com/4JUbVCAm Some notes: 1....

p3-low
native ad

## Plugin Version google_mobile_ads: ^3.0.0 ## Steps to Reproduce inline_adaptive_example.dart ```dart import 'package:flutter/material.dart'; import 'package:google_mobile_ads/google_mobile_ads.dart'; /// This example demonstrates inline adaptive banner ads. /// /// Loads and shows an inline...

bug
p3-low
e3-weeks
platform-ios

It seems that when a camera controller is not correctly disposed (hot-restart is used), the banner ad totally ignores where it should be rendered, and it places itself at top...

p3-low
banner ad

The Android/iOS libraries can load [Custom native ad formats](https://developers.google.com/ad-manager/mobile-ads-sdk/android/native/custom-formats). Currently it seems not possible to use these from this package. Is this something that can be supported in the future?

feature request
native ad

flutter version - `3.7.12` dart version - `2.19.6` xcode version - `14.3.1` google_mobile_ads version - `2.4.0` I'm trying to create inline adaptive ads to display in a list view, but...

bug
p3-low
e2-days
banner ad

Is the functionality described at https://developers.google.com/admob/android/native/video-ads for Java/Kotlin available in Flutter? I do not see any reference to a VideoLifecycleCallbacks class. Everything described on this page, including, finding the aspect...

feature request
native ad