native_googleads 0.0.1
native_googleads: ^0.0.1 copied to clipboard
A Flutter plugin for integrating Google Mobile Ads (AdMob) using native platform implementations. Supports interstitial and rewarded ads with comprehensive callbacks.
Changelog #
All notable changes to this project are documented in this file.
The format follows Keep a Changelog and this project adheres to Semantic Versioning.
0.0.1 - 2025-08-22 #
Added #
- Initial release of the
native_googleads
Flutter plugin. - Android and iOS implementations using native SDKs (Kotlin/Swift).
- Interstitial and rewarded ads with lifecycle callbacks.
- Banner and native ads with platform views.
- Helper widgets:
BannerAdWidget
andNativeAdWidget
. - Configuration via
AdConfig
andAdRequestConfig
. - Built-in Google test ad unit IDs and example app.