gma_mediation_pangle
Mediation Adapter that enables sending ad requests to the Pangle ad network using the google_mobile_ads plugin.
4.1.0
4.9K downloads/mo
#3850 most downloaded on pub.dev
googleads/googleads-mobile-flutter
What this package is like to depend on
Last release 9 days ago
14 Aug 2026
Ships fairly regularly
a new release about every 5 weeks
Nearly every release is documented
notes for 19 of 19 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
19 releases · first in 2024
10 releases in the last 12 months
see the full history below
Release timeline
19 releases · Mar 2024 to Aug 2026Releases
latest 19-
4.1.014 Aug 2026Release notes
Open source →- Supports Pangle Android adapter version 8.2.0.4.0.
- Supports Pangle iOS adapter version 8.2.0.8.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 9.1.0.
-
4.0.001 Jul 2026Release notes
Open source →- Updated to support Google Mobile Ads Flutter Plugin version 9.0.0.
- Supports Pangle Android adapter version 8.1.0.3.1.
- Supports Pangle iOS adapter version 8.2.0.3.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 9.0.0.
-
3.6.001 May 2026Release notes
Open source →- Updated minimum Flutter version to 3.38.1.
- Updated to support Google Mobile Ads Flutter Plugin version 8.0.0.
- Supports Pangle Android adapter version 7.9.1.3.0.
- Supports Pangle iOS adapter version 7.9.0.8.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 8.0.0.
-
3.5.310 Feb 2026Release notes
Open source →- Supports Pangle Android adapter version 7.8.5.2.0.
- Supports Pangle iOS adapter version 7.8.5.6.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 7.0.0.
-
3.5.212 Jan 2026Release notes
Open source →- Updated minimum Flutter version to 3.35.1
- Updated to support Google Mobile Ads Flutter Plugin version 7.0.0
- Supports Pangle Android adapter version 7.8.0.8.0.
- Supports Pangle iOS adapter version 7.8.0.6.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 7.0.0.
-
3.5.126 Dec 2025Release notes
Open source →- Supports Pangle Android adapter version 7.8.0.8.0.
- Supports Pangle iOS adapter version 7.8.0.5.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
-
3.5.011 Dec 2025Release notes
Open source →- Supports Pangle Android adapter version 7.8.0.7.0.
- Supports Pangle iOS adapter version 7.8.0.3.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
-
3.4.021 Nov 2025Release notes
Open source →- Supports Pangle Android adapter version 7.7.0.2.0.
- Supports Pangle iOS adapter version 7.7.0.5.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
-
3.3.016 Oct 2025Release notes
Open source →- Supports Pangle Android adapter version 7.6.0.4.0.
- Supports Pangle iOS adapter version 7.6.0.5.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
-
3.2.130 Aug 2025Release notes
Open source →- Supports Pangle Android adapter version 7.3.0.5.0.
- Supports Pangle iOS adapter version 7.4.1.0.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
-
3.2.020 Aug 2025Release notes
Open source →- Supports Pangle Android adapter version 7.3.0.4.0.
- Supports Pangle iOS adapter version 7.4.0.9.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
-
3.1.116 Jul 2025Release notes
Open source →- Supports Pangle Android adapter version 7.2.0.6.0.
- Supports Pangle iOS adapter version 7.2.0.5.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
-
3.1.014 Jul 2025Release notes
Open source →- Supports Pangle Android adapter version 7.2.0.4.0.
- Supports Pangle iOS adapter version 7.2.0.4.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
Release notes
Open source →SHA1 Checksum c033b599479d618afd79cbf947dc9dbb21d4fc4a Size 0.2 MB
Download googleusermessagingplatform.zip
Release notes
Version Release Date Notes
3.1.0 2025-10-29
- Added -[UMPRequestParameters setConsentSyncID] API to sync a user’s consent across apps configured for consent syncing.
3.0.0 2025-03-24
-
Breaking changes :
-
Updated the minimum supported Xcode version to 16.0.
-
Updated Swift API names to follow the naming conventions from Apple’s Swift API Design Guidelines .
Version 2 Version 3 Classes
UMPConsentForm ConsentForm
UMPConsentInformation ConsentInformation
UMPConsentStatus ConsentStatus
UMPDebugGeography DebugGeography
UMPDebugSettings DebugSettings
UMPFormErrorCode FormErrorCode
UMPFormStatus FormStatus
UMPPrivacyOptionsRequirementStatus PrivacyOptionsRequirementStatus
UMPRequestErrorCode RequestErrorCode
UMPRequestParameters RequestParameters
UMPVersionString Version
Properties
sharedInstance shared
tagForUnderAgeOfConsent isTaggedForUnderAgeOfConsent
- Added internal functionality to call Firebase consent APIs when consent mode support is configured through Privacy & messaging .
2.7.0 2024-10-30
-
To support testing with regulated US states, added the following options to UMPDebugGeography :
-
UMPDebugGeographyRegulatedUSState
-
UMPDebugGeographyOther
-
Deprecated UMPDebugGeographyNotEEA . Use UMPDebugGeographyOther instead.
2.6.0 2024-09-05
- UIViewController references for consent messages are now nullable and not required. The SDK uses the app’s main window to look up view controllers automatically when one is not provided.
2.5.0 2024-06-26
-
Updated canRequestAds API to return true when the app has no privacy messages configured.
-
Updated nullability on -[UMPConsentForm init] from nullable to nonnull .
2.4.0 2024-04-24
- Updated the signing identity from AdMob Inc. to Google LLC using team ID EQHXZ8M8AV . If this triggers a notice in Xcode, select “Accept Change” to accept the new identity.
2.3.0 2024-03-14
-
Added support for privacy manifest files .
-
Updated the Info.plist to work around a Swift Package Manager issue on Xcode 15.3.
2.2.0 2024-02-20
-
Increased minimum supported Xcode version to 15.1.
-
Increased iOS minimum deployment target to 12.0.
-
Removed all references to advertisingIdentifier .
-
Added Info.plist files to make the SDK compatible with
-
3.0.030 May 2025Release notes
Open source →- Supports Pangle Android adapter version 7.1.0.8.0.
- Supports Pangle iOS adapter version 7.1.1.1.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
-
2.2.023 Apr 2025Release notes
Open source →- Supports Pangle Android adapter version 6.5.0.8.0.
- Supports Pangle iOS adapter version 6.5.0.9.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 6.0.0.
-
2.1.021 Mar 2025Release notes
Open source →- Supports Pangle Android adapter version 6.5.0.4.1.
- Supports Pangle iOS adapter version 6.5.0.8.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 5.3.1.
-
2.0.031 Jan 2025Release notes
Open source →- Supports Pangle Android adapter version 6.4.0.6.0.
- Supports Pangle iOS adapter version 6.4.1.1.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 5.3.0.
-
1.1.010 May 2024Release notes
Open source →- Supports Pangle Android adapter version 5.9.0.4.0.
- Supports Pangle iOS adapter version 5.9.0.7.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0.
-
1.0.027 Mar 2024Release notes
Open source →- Initial release.
- Supports Pangle Android adapter version 5.8.0.9.0.
- Supports Pangle iOS adapter version 5.8.0.8.0.
- Built and tested with the Google Mobile Ads Flutter Plugin version 5.0.1.