Skip to content

Releases: googleads/googleads-mobile-flutter

v4.0.0

12 Dec 15:33
1801bea
Compare
Choose a tag to compare
  • The minimum supported Flutter version is now 3.7.0.
  • Removes visibility_detector as a dependency, and the workaround added in #610.
  • Adds null checks for Ad Ids for Android in #967
  • Updated Android dependencies in #843
  • Updates GMA iOS dependency to 10.11.0
  • Updates GMA Android dependency to 22.5.0

v3.1.0

11 Oct 16:48
0a05d49
Compare
Choose a tag to compare
  • Updates GMA iOS dependency to 10.9.0
  • Adds explicit UMP SDK 2.1.0 dependency for Android.
  • Fixes #735

v3.0.0

10 May 17:08
66736be
Compare
Choose a tag to compare

3.0.0

v2.4.0

03 May 23:27
ea6ba4d
Compare
Choose a tag to compare

2.4.0

  • Adds support for native templates, which are predefined layouts for native ads.
    • NativeAd has a new optional parameter, nativeTemplateStyle of type NativeTemplateStyle.
      If provided, the plugin will inflate and style a platform native ad view for you, instead of
      requiring you to write and register a NativeAdFactory (android) or FLTNativeAdFactory (iOS).
    • See https://developers.google.com/admob/flutter/native/templates for an integration guide
  • Adds a new flag, AdWidget.optOutOfVisibilityDetectorWorkaround. Setting this to true
    lets you opt out of the fix added for #580, which was resolved in Flutter 3.7.0.

v2.3.0

15 Mar 22:09
eb87042
Compare
Choose a tag to compare

2.3.0

  • Updates GMA iOS dependency to 9.13
  • Updates GMA Android dependency to 21.3.0
  • Updates request agent string based on metadata in AndroidManifest.xml or Info.plist

v2.2.0

15 Mar 22:07
37fc60d
Compare
Choose a tag to compare

2.2.0

v2.1.0

28 Oct 16:47
7e00b0d
Compare
Choose a tag to compare

2.1.0

  • Updates GMA dependencies to 21.2.0 (Android) and 9.10.0 (iOS):
  • Adds loadedAdapterResponseInfo to ResponseInfo and the following fields to
    AdapterResponseInfo:
    • adSourceID
    • adSourceInstanceId
    • adSourceInstanceName
    • adSourceName
  • Fixes close button issue on iOS

v2.0.1

15 Aug 04:30
219a3cc
Compare
Choose a tag to compare
  • Bug fix for issue 580. Adds a workaround on Android to wait for the ad widget to become visible before attaching the platform view.

v2.0.0: Update case of ssv variables to match objc style guidelines. (#609)

03 Aug 20:17
a10c615
Compare
Choose a tag to compare
  • Updates GMA Android dependency to 21.0.0 and iOS to 9.6.0
  • Removes credentials from AdapterResponseInfo, which is replaced with adUnitMapping.
  • Removes serverSideVerificationOptions from RewardedAd.load() and RewardedInterstitialAd.load(), replacing them with setters
    RewardedAd.setServerSideVerificationOptions() and RewardedInterstitialAd.setServerSideVerificationOptions(). This lets you
    update the ssv after the ad is loaded.
  • Removes static testAdUnitId parameters. See the Admob and
    AdManager documentation for up to date test ad units.
  • Removes NativeAdListener.onNativeAdClicked. You should use onAdClicked instead, which present on all ad listeners.
  • Removes AdRequest.location

v1.3.0

03 Aug 20:15
06664bc
Compare
Choose a tag to compare
  • Adds support for programmatically opening the debug options menu usingMobileAds.openDebugMenu(String adUnitId)
  • Adds support for Ad inspector APIs. See the AdMob and Ad Manager sites for integration guides.
  • Adds support for User Messaging Platform. See the AdMob and Ad Manager sites for integration guides.