adrop_ads_flutter
AdropAds flutter plugin that shows ads using native platform views
What this package is like to depend on
Last release 20 days ago
03 Aug 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 48 of 50 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
54 releases · first in 2023
15 releases in the last 12 months
see the full history below
Release timeline
54 releases · Oct 2023 to Aug 2026
2024
2025
2026
Releases
latest 54-
1.12.003 Aug 2026Release notes
Open source →- Update native SDK dependency range (Android:
[1.12, 1.13), iOS:>= 1.12.0, < 1.13.0) - Fixed callback order on iOS interstitial/rewarded direct ads:
onAdImpressionis now fired after the ad is actually presented on screen (previously fired right aftershow(), which could arrive beforeonAdShown), with a duplicate-impression guard and detection of presentation failures - Fixed banner backfill (AdMob)
AdViewleaks on Android: the backfill view is now fully released when the banner is disposed, when a refresh swaps the creative, and when a direct ad replaces a backfill ad - Fixed banner teardown on iOS: a playing
<video>element and its media session are now stopped when the banner is released, and the banner no longer resurrects (re-injecting the creative / re-counting impressions) after teardown
- Update native SDK dependency range (Android:
-
1.11.215 Jul 2026Release notes
Open source →- Added
AdropNativeAd.dispose()to release native ad resources (the underlying WebView and, for backfill ads, the AdMob native ad). Call it when the ad is no longer displayed; a disposed instance cannot be reused. Not disposing leaks the native WebView and can lead to OOM in feed-style screens - Fixed native ad view leaks: the core native view is now destroyed on widget unmount (Android), and the platform-view registry no longer grows unbounded (Android/iOS)
- Fixed banner leaks:
dispose()now destroys the underlying native banner, and stale event-handler references are released - Behavior change:
dispose()on interstitial/rewarded/popup ads now detaches the event handler, so a disposed ad no longer delivers callbacks and must not be reused — create a new instance instead
- Added
-
1.11.129 May 2026Release notes
Open source →- Fixed missing impression tracking on backfill (AdMob) native ads by re-binding the platform view to the new native ad instance when a backfill ad is received
- Updated backfill SDK dependency range (Android:
[1.11, 1.12), iOS:>= 1.11.0, < 1.12.0)
-
1.11.022 May 2026Release notes
Open source →- Added
Adrop.setMarketingConsent()to set the user's marketing consent for push notification ad targeting - Added
AdropAdChoicesPositionenum andpreferredAdChoicesPositionparameter toAdropNativeAdto hint the AdChoices icon position on AdMob backfill native ads - Added
creativeTypegetter ('display'/'video') to all ad types - Update native SDK dependency range (Android:
[1.11, 1.12), iOS:>= 1.11.0, < 1.12.0)
- Added
-
1.10.010 Apr 2026Release notes
Open source →- Added video callbacks (
onAdVideoStart,onAdVideoEnd) for Banner, Native, Popup ads - Update native SDK dependency range (Android:
[1.10, 1.11), iOS:>= 1.10.0, < 1.11.0)
- Added video callbacks (
-
1.9.126 Mar 2026Release notes
Open source →- Added
Adrop.registerWebView()API for WebView registration - Fixed native ad click handling improvement
- Added
-
1.9.019 Mar 2026Release notes
Open source →- Update native SDK dependency range (Android:
[1.9, 1.10), iOS:>= 1.9.0, < 1.10.0)
- Update native SDK dependency range (Android:
-
1.8.012 Mar 2026Release notes
Open source →- Added
AdropMetrics.sendEvent()method with typedMap<String, dynamic>params support - Deprecated
AdropMetrics.logEvent()in favor ofsendEvent()
- Added
-
1.7.411 Feb 2026Release notes
Open source →- [Android] Added
close()method and back button support forAdropInterstitialAd
- [Android] Added
-
1.7.327 Jan 2026Release notes
Open source →- Added
BrowserTargetsupport to control how ad destination URLs open (externalfor system browser,internalfor in-app browser) - Added
browserTargetproperty to all ad types (AdropBannerView,AdropInterstitialAd,AdropNativeAd,AdropPopupAd,AdropRewardedAd)
- Added
-
1.7.230 Dec 2025Release notes
Open source →- Added User Messaging Platform (UMP) support for GDPR consent management on Android and iOS
-
1.7.109 Dec 2025Release notes
Open source →- Support video ad
- Update dependencies
- Add gesture recognizers to UIKitView
- Fix Android and iOS useCustomClick functionality
- Added error code for backfill ad load failures
-
1.7.004 Dec 2025Release notes
Open source →- Added backfill ad support: Automatically serves network ads when Adrop direct ads fail to load
- Added
Adrop.setTheme()method to control ad display theme (light, dark, auto) - Support for performance template in
AdropPopupAd
-
1.2.028 Oct 2025Release notes
Open source →- Added
close()method toAdropPopupAdfor programmatic ad dismissal - Enhanced ad metadata with
txIdandcampaignIdfor all ad types (AdropBannerView,AdropInterstitialAd,AdropNativeAd,AdropPopupAd,AdropRewardedAd) - Breaking Change: Updated
AdropAdEventCallbacksignature to provide comprehensive metadata instead of justcreativeId- Before:
void Function(String unitId, String? creativeId) - After:
void Function(String unitId, Map<String, dynamic>? metadata) - Metadata includes:
creativeId,txId,campaignId,requestId,destinationURL,creativeSizeWidth,creativeSizeHeight
- Before:
- Added
-
1.2.0-pre24 Sep 2025 pre-releaseNothing published for this version
-
1.1.9-pre.216 Jul 2025 pre-releaseNothing published for this version
-
1.1.9-pre.116 Jul 2025 pre-releaseNothing published for this version
-
1.1.804 Jul 2025Release notes
Open source →- Improved gesture handling for
AdropBannerViewto prevent touch event conflicts with scrollable parent views - Fixed iOS banner scroll interference issue by implementing proper gesture recognizers
- Improved gesture handling for
-
1.1.720 Jun 2025Release notes
Open source →- Enhanced layout rendering stability for
AdropBannerView - Enabled support for
useCustomClickinAdropNativeAdto handle manual click events
- Enhanced layout rendering stability for
-
1.1.618 Jun 2025Release notes
Open source →- Fix the issue where the
onAdClickedof theAdropNativeAdis not being called.
- Fix the issue where the
-
1.1.504 Jun 2025 -
1.1.427 May 2025 -
1.1.314 May 2025Release notes
Open source →- Updated
AdropBannerViewmapping key to ensure unique native view identification and prevent conflicts in multiple view instances.
- Updated
-
1.1.208 Apr 2025 -
1.1.107 Apr 2025 -
1.1.013 Mar 2025Release notes
Open source →- Support for multiple templates in
AdropPopupAd - [iOS] Resolved overlapping issue between Flutter platform view and
AdropPopupAd
- Support for multiple templates in
-
1.0.411 Mar 2025 -
1.0.326 Feb 2025Release notes
Open source →- Updated dependency configuration:
implementation 'io.adrop:adrop-ads'->api 'io.adrop:adrop-ads'
- Updated dependency configuration:
-
1.0.213 Feb 2025 -
1.0.120 Jan 2025Release notes
Open source →- Support
Adrop.setUIDfor consistent web and app targeting - Add the
destinationURLproperty to theAdropNativePropertiesclass.
- Support
-
1.0.003 Jan 2025Release notes
Open source →- Support Adrop 1.0.0
AdropMetrics.properties()for getting user properties
-
0.7.025 Nov 2024 -
0.6.004 Oct 2024Release notes
Open source →- Support property types -
String,int,double,bool - Callback for creative id
- Deprecated
AdropNavigatorObserver
- Support property types -
-
0.5.212 Sep 2024 -
0.5.102 Aug 2024 -
0.5.024 Jul 2024 -
0.5.0-dev.112 Jun 2024 pre-releaseNothing published for this version
-
0.4.221 May 2024 -
0.4.116 May 2024Release notes
Open source →- Add
AdropMetrics setPropertyfor setting a user propertylogEventfor logging custom event
- Add
-
0.4.022 Apr 2024 -
0.3.116 Jan 2024 -
0.3.012 Jan 2024 -
0.2.914 Dec 2023 -
0.2.828 Nov 2023 -
0.2.715 Nov 2023Release notes
Open source →- [Android] minSdkVersion 23
- [iOS] 13.0
- Add AdropBannerView
- Deprecated
AdropBannerController,AdropBanner
-
0.2.608 Nov 2023 -
0.2.525 Oct 2023 -
0.2.425 Oct 2023Nothing published for this version
-
0.2.325 Oct 2023 -
0.2.224 Oct 2023Nothing published for this version
-
0.2.124 Oct 2023 -
0.2.020 Oct 2023 -
0.1.120 Oct 2023 -
0.1.0+120 Oct 2023