flutter_native_admob_ads 1.3.0
flutter_native_admob_ads: ^1.3.0 copied to clipboard
A specialized Flutter plugin for AdMob Native Ads that allows for 100% custom UIs built entirely in Flutter.
1.3.0 #
- Refactored
loadNativeAd: Changed fromFlutterNativeAdOptionsclass to named parameters for a cleaner API. - Added descriptive documentation comments to all properties in
FlutterNativeAd. - Reformatted LICENSE for better recognition by pub.dev.
- Fixed iOS podspec metadata (homepage and license information).
1.2.0 #
- Exhaustive NativeAd Support: Added support for all standard AdMob NativeAd fields:
- Star Rating (
double? starRating) - Store (
String? store) - Price (
String? price) - Multiple Images (
List<String> images) - AdChoices Text (
String? adChoicesText)
- Star Rating (
- Example Update: Enhanced example app UI to demonstrate new metadata fields.
- Backward Compatibility: Kept
coveras a getter forimages.firstOrNull.
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.