github googleads/googleads-mobile-flutter v0.13.0

latest releases: v4.0.0, v3.1.0, v3.0.0...
2 years ago

This is a major version bump that updates the GMA Android and iOS dependencies to 20.1.0 and 8.5.0. There are several breaking API changes.

  • Renames APIs that use the Publisher prefix to AdManager.
  • Rewarded and Interstitial ads now provide static load methods and a new FullScreenContentCallback for full screen events.
  • Native ads use GADNativeAdView for iOS and NativeAdView on Android.
  • Adds support for ResponseInfo.
  • Adds support for same app key on iOS.
  • Removes testDevices from AdRequest. Use MobileAds.updateRequestConfiguration to set test device ids.
  • Removes Ad.isLoaded(). Instead you should use the onAdLoaded callback to track whether an ad is loaded.
  • Removes need to call Ad.dispose() for Rewarded and Interstitial ads when they fail to load.

Don't miss a new googleads-mobile-flutter release

NewReleases is sending notifications on new releases.