Split off https://github.com/flutter/flutter/issues/12114
Users are would like to embed a AdMob banner ad as part of the Flutter widget tree(vs. the current approach taken by the firebase_admob plugin which is to overlay the banner ad on top of the Flutter UI in a pre-set position).
@amirh
The issue at https://github.com/flutter/flutter/issues/35081 has been closed and moved here. Future collaboration on this issue will be done here.
It is frustrating. Hope it will get fixed soon.
Are there any progress on allowing us to use admob banners in anywhere we want in the screen?
Because this is very annoying approach to force developers to use admob banners only on top
It's quite frustrating not being able to add ads as widgets. That's against the entire approach of Flutter.
Currently, I'm using admob_flutter for this. But, IMO, the library is not stable yet..
Currently, I'm using admob_flutter for this. But, IMO, the library is not stable yet..
I'm trying the same one. What's the difference from firebase_admob?
I just would like to point out the fact that currently the firebase_admob plugin is implementing a discouraged banner implementation by the Admob Policies. See it here: Ad sandwiched between app items.
So I guess this plugin is also discouraged to be used.
The approach is really discouraging. Hope the flutter team is working on fixing this
Any update ?
I just would like to point out the fact that currently the firebase_admob plugin is implementing a discouraged banner implementation by the Admob Policies. See it here: Ad sandwiched between app items.
So I guess this plugin is also discouraged to be used.
It is discouraged banner implementations if you put it without any padding close to buttons and other elements causing accidental banner clicks.
For the users it is much more pleasing to see banner in the widget tree than overlaying at the top or the bottom.
no update on this?
Any update on this feature?
Any update?
Also, banner ads should not move as a user scrolls, as users may try to click on the menu but end up clicking on the ad accidentally instead
Like I just mentioned in @kmcgill88's admob_flutter, IMHO the interpretation of 芦banner ads should not move as a user scrolls禄 does not include banners which are actually fixed to a position in a list, and thus not actually moving other than all the rest of the content. I understand that ads should not move on their own or in a different pace than the scroll itself, so that users do not click _accidentally_. It is not possible to click _accidentally_ if the ads are each one fixed to a position; otherwise users might _accidentally_ click in virtually any part of the screen while scrolling.
Google themselves actually do sell that kind of ads in platforms of theirs such as Blogspot, where ads are placed in the main list in between posts.
Again IMHO, the sentence 芦banner ads should not move as a user scrolls禄 is too vague and does not actually clarify anything, and does not match the 21st century world where ads do literally integrate in the content.
Any update? 馃檭 (Relevant image https://memegenerator.net/img/instances/76219329.jpg)
Any update?
Most helpful comment
It's quite frustrating not being able to add ads as widgets. That's against the entire approach of Flutter.