xmediator_flutter 0.1.0 copy "xmediator_flutter: ^0.1.0" to clipboard
xmediator_flutter: ^0.1.0 copied to clipboard

Flutter plugin for XMediator SDK - Cross-platform ad mediation solution for iOS and Android with support for multiple ad formats.

Changelog #

0.1.0 #

Initial pub.dev Release #

Previous Versions (Private Distribution) #

1.4.0-beta #

Added #

  • Flexible isReady() method - Now accepts optional placementId parameter for all fullscreen ad formats
    • isReady() - Check if any ad is ready across all placements
    • isReady(placementId) - Check specific placement readiness
  • Ad Space Capping - New isAdSpaceCapped(adSpace) method for Interstitial, Rewarded, and App Open ads
  • Flexible show() method - Now accepts optional parameters for all fullscreen ad formats
    • show() - Show any available ad
    • show(placementId: 'id') - Show specific placement
    • show(placementId: 'id', adSpace: 'space') - Show with ad space tracking
    • show(adSpace: 'space') - Show any available ad with ad space tracking
  • Banner Ad Space - New setAdSpace(placementId, adSpace) method for banner ads

Changed #

  • Listener interfaces refined - Removed onFailedToLoad callback from all ad format listeners (matches native SDK behavior)
  • All fullscreen ad listeners now include: onLoaded, onShowed, onFailedToShow, onClicked, onDismissed, onImpression
  • Rewarded ads listener additionally includes onRewarded
  • Banner ads listener includes: onLoaded, onClicked, onImpression

1.1.0-beta #

  • Added overloaded isReady() and show() methods
  • Added isAdSpaceCapped() method
  • Improved Pigeon API with additional host methods

1.0.0 #

  • Initial release
  • SDK Initialization
  • Interstitial Ads support
  • Rewarded Ads support
  • Banner Ads support
  • App Open Ads support
  • CMP Provider Service
  • Event Tracking
0
likes
140
points
0
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for XMediator SDK - Cross-platform ad mediation solution for iOS and Android with support for multiple ad formats.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on xmediator_flutter

Packages that implement xmediator_flutter