Skip to content

Releases: googleads/googleads-mobile-flutter

v0.13.2

30 Jun 06:47
d27df6b
Compare
Choose a tag to compare

v0.13.1

23 Jun 18:17
baf19aa
Compare
Choose a tag to compare
  • Adds support for the paid event callback. This is currently only supported for allowlisted accounts.

v0.13.0

18 May 18:36
a2c7afe
Compare
Choose a tag to compare

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

17 May 23:09
c20c634
Compare
Choose a tag to compare

Fix anchored adaptive banner message corruption error.
Update example app with better practices and adaptive banner.

v0.12.2

13 May 15:38
66e8c8f
Compare
Choose a tag to compare

Add support for Anchored Adaptive Banners.

v0.12.1+1

14 Apr 19:33
29ca511
Compare
Choose a tag to compare

v0.12.1

14 Apr 19:32
117982b
Compare
Choose a tag to compare

Rewarded ads now take an optional arg ServerSideVerification, to support custom data in rewarded ads.

v0.12.0

29 Mar 07:11
052dcd4
Compare
Choose a tag to compare

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.

v0.11.0+4

19 Mar 22:14
b32a33b
Compare
Choose a tag to compare
  • Fixes a bug where state is not properly cleaned up on hot restart.
  • Update README and example app to appropriately dispose ads.

v0.11.0+1

11 Mar 22:11
57c7b99
Compare
Choose a tag to compare
  • Improve AdRequest documentation and fix README heading.