PackageTrack
Sign in Get early access

adrop_ads_flutter

AdropAds flutter plugin that shows ads using native platform views

1.12.0 OpenRhapsody/adrop_ads_flutter

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
Release Pre-release

Releases

latest 54
  1. 1.12.0 03 Aug 2026
    Release notes
    • 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: onAdImpression is now fired after the ad is actually presented on screen (previously fired right after show(), which could arrive before onAdShown), with a duplicate-impression guard and detection of presentation failures
    • Fixed banner backfill (AdMob) AdView leaks 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
    Open source →
  2. 1.11.2 15 Jul 2026
    Release notes
    • 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
    Open source →
  3. 1.11.1 29 May 2026
    Release notes
    • 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)
    Open source →
  4. 1.11.0 22 May 2026
    Release notes
    • Added Adrop.setMarketingConsent() to set the user's marketing consent for push notification ad targeting
    • Added AdropAdChoicesPosition enum and preferredAdChoicesPosition parameter to AdropNativeAd to hint the AdChoices icon position on AdMob backfill native ads
    • Added creativeType getter ('display' / 'video') to all ad types
    • Update native SDK dependency range (Android: [1.11, 1.12), iOS: >= 1.11.0, < 1.12.0)
    Open source →
  5. 1.10.0 10 Apr 2026
    Release notes
    • 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)
    Open source →
  6. 1.9.1 26 Mar 2026
    Release notes
    • Added Adrop.registerWebView() API for WebView registration
    • Fixed native ad click handling improvement
    Open source →
  7. 1.9.0 19 Mar 2026
    Release notes
    • Update native SDK dependency range (Android: [1.9, 1.10), iOS: >= 1.9.0, < 1.10.0)
    Open source →
  8. 1.8.0 12 Mar 2026
    Release notes
    • Added AdropMetrics.sendEvent() method with typed Map<String, dynamic> params support
    • Deprecated AdropMetrics.logEvent() in favor of sendEvent()
    Open source →
  9. 1.7.4 11 Feb 2026
    Release notes
    • [Android] Added close() method and back button support for AdropInterstitialAd
    Open source →
  10. 1.7.3 27 Jan 2026
    Release notes
    • Added BrowserTarget support to control how ad destination URLs open (external for system browser, internal for in-app browser)
    • Added browserTarget property to all ad types (AdropBannerView, AdropInterstitialAd, AdropNativeAd, AdropPopupAd, AdropRewardedAd)
    Open source →
  11. 1.7.2 30 Dec 2025
    Release notes
    • Added User Messaging Platform (UMP) support for GDPR consent management on Android and iOS
    Open source →
  12. 1.7.1 09 Dec 2025
    Release notes
    • Support video ad
    • Update dependencies
    • Add gesture recognizers to UIKitView
    • Fix Android and iOS useCustomClick functionality
    • Added error code for backfill ad load failures
    Open source →
  13. 1.7.0 04 Dec 2025
    Release notes
    • 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
    Open source →
  14. 1.2.0 28 Oct 2025
    Release notes
    • Added close() method to AdropPopupAd for programmatic ad dismissal
    • Enhanced ad metadata with txId and campaignId for all ad types (AdropBannerView, AdropInterstitialAd, AdropNativeAd, AdropPopupAd, AdropRewardedAd)
    • Breaking Change: Updated AdropAdEventCallback signature to provide comprehensive metadata instead of just creativeId
      • 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
    Open source →
  15. 1.2.0-pre 24 Sep 2025 pre-release

    Nothing published for this version

  16. 1.1.9-pre.2 16 Jul 2025 pre-release

    Nothing published for this version

  17. 1.1.9-pre.1 16 Jul 2025 pre-release

    Nothing published for this version

  18. 1.1.8 04 Jul 2025
    Release notes
    • Improved gesture handling for AdropBannerView to prevent touch event conflicts with scrollable parent views
    • Fixed iOS banner scroll interference issue by implementing proper gesture recognizers
    Open source →
  19. 1.1.7 20 Jun 2025
    Release notes
    • Enhanced layout rendering stability for AdropBannerView
    • Enabled support for useCustomClick in AdropNativeAd to handle manual click events
    Open source →
  20. 1.1.6 18 Jun 2025
    Release notes
    • Fix the issue where the onAdClicked of the AdropNativeAd is not being called.
    Open source →
  21. 1.1.5 04 Jun 2025
    Release notes
    • Android: Improved stability of AdropNativeAdView
    Open source →
  22. 1.1.4 27 May 2025
    Release notes
    • Added AdropBannerView, AdropNativeAd to support creative size
    Open source →
  23. 1.1.3 14 May 2025
    Release notes
    • Updated AdropBannerView mapping key to ensure unique native view identification and prevent conflicts in multiple view instances.
    Open source →
  24. 1.1.2 08 Apr 2025
    Release notes
    • Close AdropPopupAd when the ad called dispose
    Open source →
  25. 1.1.1 07 Apr 2025
    Release notes
    • Support preview ads using adId
    Open source →
  26. 1.1.0 13 Mar 2025
    Release notes
    • Support for multiple templates in AdropPopupAd
    • [iOS] Resolved overlapping issue between Flutter platform view and AdropPopupAd
    Open source →
  27. 1.0.4 11 Mar 2025
    Release notes
    • Support creative in AdropNativeProperties for displaying CTA
    Open source →
  28. 1.0.3 26 Feb 2025
    Release notes
    • Updated dependency configuration: implementation 'io.adrop:adrop-ads' -> api 'io.adrop:adrop-ads'
    Open source →
  29. 1.0.2 13 Feb 2025
    Release notes
    • use Color.value in AdropPopupAd
    Open source →
  30. 1.0.1 20 Jan 2025
    Release notes
    • Support Adrop.setUID for consistent web and app targeting
    • Add the destinationURL property to the AdropNativeProperties class.
    Open source →
  31. 1.0.0 03 Jan 2025
    Release notes
    • Support Adrop 1.0.0
    • AdropMetrics.properties() for getting user properties
    Open source →
  32. 0.7.0 25 Nov 2024
    Release notes
    • Support AdropNativeAd
    • [iOS] Support enable to use in-app browser
    Open source →
  33. 0.6.0 04 Oct 2024
    Release notes
    • Support property types - String, int, double, bool
    • Callback for creative id
    • Deprecated AdropNavigatorObserver
    Open source →
  34. 0.5.2 12 Sep 2024
    Release notes
    • Add error code: Account usage limit exceeded
    Open source →
  35. 0.5.1 02 Aug 2024
    Release notes
    • Update sdk
    Open source →
  36. 0.5.0 24 Jul 2024
    Release notes
    • Add AdropPopupAd
    • Support Splash Ad
    • Target countries
    Open source →
  37. 0.5.0-dev.1 12 Jun 2024 pre-release

    Nothing published for this version

  38. 0.4.2 21 May 2024
    Release notes
    • Add AdropNavigatorObserver to measure the frequency of ad impressions
    Open source →
  39. 0.4.1 16 May 2024
    Release notes
    • Add AdropMetrics
    • setProperty for setting a user property
    • logEvent for logging custom event
    Open source →
  40. 0.4.0 22 Apr 2024
    Release notes
    • [iOS] Privacy Policy Update (Effective from May 1, 2024)
    Open source →
  41. 0.3.1 16 Jan 2024
    Release notes
    • Support adrop-ads version dynamically
    Open source →
  42. 0.3.0 12 Jan 2024
    Release notes
    • Add AdropInterstitialAd
    • Add AdropRewardedAd
    Open source →
  43. 0.2.9 14 Dec 2023
    Release notes
    • AdropBannerView dispose
    Open source →
  44. 0.2.8 28 Nov 2023
    Release notes
    • flutter 3.3.0
    Open source →
  45. 0.2.7 15 Nov 2023
    Release notes
    • [Android] minSdkVersion 23
    • [iOS] 13.0
    • Add AdropBannerView
    • Deprecated AdropBannerController, AdropBanner
    Open source →
  46. 0.2.6 08 Nov 2023
    Release notes
    • [iOS] initialize
    • check production level
    Open source →
  47. 0.2.5 25 Oct 2023
    Release notes
    • API Documentation
    Open source →
  48. 0.2.4 25 Oct 2023

    Nothing published for this version

  49. 0.2.3 25 Oct 2023
    Release notes
    • Support kotlin 1.7.10 or higher
    Open source →
  50. 0.2.2 24 Oct 2023

    Nothing published for this version

  51. 0.2.1 24 Oct 2023
    Release notes
    • Update sdk
    Open source →
  52. 0.2.0 20 Oct 2023
    Release notes
    • Network update
    Open source →
  53. 0.1.1 20 Oct 2023
    Release notes
    • Update use ios sdk
    Open source →
  54. 0.1.0+1 20 Oct 2023
    Release notes
    • adrop_ads_flutter release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive