Skip to content

Releases: googleads/googleads-mobile-flutter

v5.1.0

01 Jul 19:54
ad4f3b2
Compare
Choose a tag to compare
  • Adds support for APIs from the Android UMP SDK version 2.2.0.
  • Adds support for APIs from the iOS UMP SDK version 2.4.0.

v5.0.0

01 Jul 19:54
ad4f3b2
Compare
Choose a tag to compare
  • Adds MediationExtras class to include parameters when using mediation through the implementation of FlutterMediationExtras in Android and FlutterMediationExtras in iOS.
  • Deprecates MediationNetworkExtrasProvider and FLTMediationNetworkExtrasProvider.
  • Removed the orientation parameter for the AppOpen Ad format.
  • Bumps minimum Android SDK version to 21.
  • Updates GMA iOS dependency to 11.2.0
  • Updates GMA Android dependency to 23.0.0

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.