firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.68k stars 3.97k forks source link

[firebase_admob] Pure Flutter support for Native Ads Advanced #1173

Closed kroikie closed 3 years ago

kroikie commented 5 years ago

Split off #12114

Users would like to use Flutter widget for rendering AdMob Native Ads Advanced ads.

Note: Native Ads Advanced is only available to a limited set of approved app developers(publishers)

kroikie commented 5 years ago

@amirh

The issue at https://github.com/flutter/flutter/issues/35083 has been closed and moved here. Future collaboration on this issue will be done here.

orestesgaolin commented 4 years ago

Are there any plans to support pure Flutter ads in the foreseeable future? We would love to get some update on this.

Kuoyhout commented 4 years ago

Please implement this feature. It'd help me & a lot of other developers.

russellwheatley commented 3 years ago

The firebase_admob plugin will be deprecated in April 2021 in favor of Google Mobile Ads SDK for Flutter. Google Mobile Ads SDK for Flutter is a new Flutter plugin that supports more Ads formats than firebase_admob does. Google Mobile Ads SDK for Flutter currently supports loading and displaying banner, interstitial (full-screen), native ads, and rewarded video ads across AdMob and AdManager. It also supports displaying banner and native ads as Widgets as opposed to being overlayed over all app content. We're now recommending projects currently using firebase_admob migrate to Google Mobile Ads SDK for Flutter following the instructions outlined here. Issues with migrating or with using the new package should now be raised over on the Google Mobile Ads SDK for Flutter repository.