flutter_native_admob_ads 1.1.0
flutter_native_admob_ads: ^1.1.0 copied to clipboard
A specialized Flutter plugin for AdMob Native Ads that allows for 100% custom UIs built entirely in Flutter.
1.1.0 #
- Breaking Change: Renamed
NativeAdtoFlutterNativeAdandNativeAdOptionstoFlutterNativeAdOptions.
1.0.2 #
- Critical Fix (Android): Resolved
Unresolved reference 'contentUrl'compilation error. - iOS Fixes: Modernized root view controller access and standardized AdChoices handling for consistency.
1.0.1 #
- AdChoices Update: Improved AdChoices URL handling for Android and iOS.
- Example Fix: Resolved missing
url_launcherimport in the example app. - License Change: Switched to 0BSD license.
1.0.0 #
- Initial release: First official release of
flutter_native_admob_ads. - AdChoices Support: Standardized AdChoices URL handling for Android and iOS.
- Custom UI Support: Build 100% custom Flutter UIs for AdMob Native Ads.
- Manual Trigger: Programmatically trigger ad clicks from any Flutter widget.
- Cross-Platform: Full support for Android and iOS.
- Performance & Safety: Hardened native implementation with automatic memory cleanup to prevent leaks.