Releases: googleads/googleads-mobile-flutter
Releases · googleads/googleads-mobile-flutter
v0.13.2
- Fixes a crash where PlatformView.getView() returns null
- Fixes memory leaks on Android.
- Fixes a crash on iOS
- Marks smart banner sizes as deprecated. Instead you should use adaptive banners.
v0.13.1
- Adds support for the paid event callback. This is currently only supported for allowlisted accounts.
v0.13.0
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.
v0.12.2+1
Fix anchored adaptive banner message corruption error.
Update example app with better practices and adaptive banner.
v0.12.2
Add support for Anchored Adaptive Banners.
v0.12.1+1
v0.12.1
Rewarded ads now take an optional arg ServerSideVerification
, to support custom data in rewarded ads.
v0.12.0
This release adds null safety support.
This is a major version change. The minimum supported dart sdk version has been increased from 2.7.0
to 2.12.0
.