All Projects → bdlukaa → native_admob_flutter

bdlukaa / native_admob_flutter

Licence: BSD-3-Clause license
Easy-to-make native ads in flutter using AdMOB SDK.

Programming Languages

dart
5743 projects
swift
15916 projects
kotlin
9241 projects

Projects that are alternatives of or similar to native admob flutter

Qtandroidtools
A library to manage Android from QML
Stars: ✭ 134 (+63.41%)
Mutual labels:  admob
ionic3-woocommerce
Ionic 3 Woocommerce Template
Stars: ✭ 17 (-79.27%)
Mutual labels:  admob
godot-admob-editor
This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations, with a beautiful UI and directly inside Godot Editor!
Stars: ✭ 43 (-47.56%)
Mutual labels:  admob
Coding To Monetization
📖 From Coding to Monetization:Programmer's Financial Freedom Approach
Stars: ✭ 152 (+85.37%)
Mutual labels:  admob
ad-server
advertising server
Stars: ✭ 31 (-62.2%)
Mutual labels:  native-ads
ti.admob
Use the Google AdMob SDK on iOS and Android with Titanium
Stars: ✭ 51 (-37.8%)
Mutual labels:  admob
Adserver
Intelligently rotate AdSense/AdMob, LifeStreetMedia, and other networks & make more money. GreenRobot Ad Server is an API enabled yield optimization system for publishers of websites and mobile apps written using PHP Laravel 6.4.
Stars: ✭ 114 (+39.02%)
Mutual labels:  admob
Artisto capstone
This is Capstone Project of Android Developer Nanodegree program.
Stars: ✭ 36 (-56.1%)
Mutual labels:  admob
TedAdmobDialog
[Android]BackPress Ad Dialog for Admob
Stars: ✭ 37 (-54.88%)
Mutual labels:  admob
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (-50%)
Mutual labels:  admob
React Native Admob Native Ads
A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.
Stars: ✭ 159 (+93.9%)
Mutual labels:  admob
Qtfirebase
An effort to bring Google's Firebase C++ API to Qt + QML
Stars: ✭ 208 (+153.66%)
Mutual labels:  admob
react-native-ad-consent
Google's User Messaging Platform (UMP SDK) for React Native.
Stars: ✭ 30 (-63.41%)
Mutual labels:  admob
Godotads
Godot all in one ads module for Android. (Customizable)
Stars: ✭ 137 (+67.07%)
Mutual labels:  admob
AdMob-ANE
AdMob Adobe Air Native Extension for iOS 10.0+, Android 19+. Supports Banner, Interstitial and RewardVideo ads
Stars: ✭ 26 (-68.29%)
Mutual labels:  admob
Quickstart Cpp
Firebase Quickstart Samples for C++
Stars: ✭ 123 (+50%)
Mutual labels:  admob
Android-WebView-in-Kotlin
Native Android WebView Example in Kotlin. Website to android app github open source template.
Stars: ✭ 87 (+6.1%)
Mutual labels:  admob
godot-custom-mobile-template
Godot Game Engine Custom Mobile Template
Stars: ✭ 70 (-14.63%)
Mutual labels:  admob
extension-admob
Defold native extension which provides access to AdMob functionality on Android and iOS
Stars: ✭ 31 (-62.2%)
Mutual labels:  admob
AKGADWrapper
A wrapper for a UIViewController with a GADBannerView at the bottom
Stars: ✭ 55 (-32.93%)
Mutual labels:  admob

native_admob_flutter

Easy-to-make ads in Flutter with Google's AdMob SDK.\ English | [Português](README-PT.md)

⚠️ Deprecated

The project is now archived. Reasons are documented below:

  • Flutter Platform Views: This plugin will never be good enough if the flutter platform views don't work correctly: Virtual Display (AndroidView) should work fine, but the gestures are mapped and performed progamatically, which isn't allowed by the admob policy and can make your account be banned. Hybrid Composition, on the other hand, is unperformatic, buggy and can let to several crashes (by 03/2022) - see open issues. I know that several improvements are being done to Hybrid Composition, but it's currently not usable in production;
  • Google Mobile Ads: This plugin uses the same native implementation (Hybrid Composition) as google_mobile_ads - the ads plugin maintained by the Google Ads Team themselves -, which I believe they'll be able to maintain it better than me;
  • Poor iOS support: (#58) I don't have a macOS to be able to develop for iOS. All the current iOS implementation was done by the community itself. Hybrid Composition on iOS has the same issue as on Android - see open issues - as well, which makes your app unusable.

Get started

To get started with Native Ads for Flutter, read the documentation

✔️ Native Ads (Android-only)
✔️ Banner Ads
✔️ Interstitial Ads
✔️ Rewarded Ads
✔️ App Open Ads
✔️ Rewarded Intersitital Ads

Supported platforms

AdMOB only supports ads on mobile. Web and desktop are out of reach

✔️ Android
✔️ iOS (Huge thanks to @clemortel)

Issues and feedback

Please file issues, bugs, or feature requests in our issue tracker.

To contribute a change to this plugin open a pull request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].