-
I add GDT SDK to my progect
and add Mediation on the Admob Management page
bug i still still only got admob ads
GDT is 0
Does admob_flutter support Mediation ?
-
```
What steps will reproduce the problem?
1. ipad is landscape mode in UIInterfaceOrientationLandscpeRight (Home is in
right)
2. click the admod
3. admob ad shows from left side as as portait mode.
…
-
```
What steps will reproduce the problem?
1. ipad is landscape mode in UIInterfaceOrientationLandscpeRight (Home is in
right)
2. click the admod
3. admob ad shows from left side as as portait mode.
…
-
-
Hello,
I try to use the free admob plugin but it always show testing ads this is my code :
```this.platform.ready().then(() => {
admob.interstitial.config({
id: 'ca-app-pub-APP_ID',
autoS…
-
1. Place an `EasyBannerAd` anywhere in the widget tree
2. Trigger a rebuild (eg via hot reload)
3. Note that the banner ad is reloaded
This is an especially big problem if you try to size your ad…
-
# [Flutter] Admob - 이번 블로그 포스트에서는 Flutter로 생성한 앱에 google_mobile_ads 패키지를 사용해서 Admob 광고를 표시하는 방법에 대해서 살펴봅시다.
이번 블로그 포스트에서는 Flutter로 생성한 앱에 google_mobile_ads 패키지를 사용해서 Admob 광고를 표시하는 방법에 대해서 살펴봅시다.
[h…
-
Hi how do I set the size to be fixed 320 X 50, and position the banner to be at top-right corner, like this in admob pro.
if(AdMob) AdMob.createBanner( {
adSize: 'CUSTOM', // banner type s…
-
NativeTextStyle's fontSize is not working, i tested it with many values but it's not changing from the default one
```
import 'package:flutter/material.dart';
import 'package:flutter_native_admob…
-
Please, could you add the option of using collapsible banner ads?
https://developers.google.com/admob/android/banner/collapsible?hl=en
Thanks!