flutter_native_admob_ads 1.3.0 copy "flutter_native_admob_ads: ^1.3.0" to clipboard
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 from FlutterNativeAdOptions class 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)
  • Example Update: Enhanced example app UI to demonstrate new metadata fields.
  • Backward Compatibility: Kept cover as a getter for images.firstOrNull.

1.1.0 #

  • Breaking Change: Renamed NativeAd to FlutterNativeAd and NativeAdOptions to FlutterNativeAdOptions.

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_launcher import 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.
0
likes
140
points
218
downloads

Publisher

unverified uploader

Weekly Downloads

A specialized Flutter plugin for AdMob Native Ads that allows for 100% custom UIs built entirely in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_native_admob_ads

Packages that implement flutter_native_admob_ads