topon_ad_plugin 0.0.6 copy "topon_ad_plugin: ^0.0.6" to clipboard
topon_ad_plugin: ^0.0.6 copied to clipboard

A Flutter plugin for integrating TopOn Ads using Method Channels. Supports interstitial, rewarded, banner, native, and splash ads.

πŸ“„ Changelog #

All notable changes to this project will be documented in this file.


0.0.6 - 2025-04-25 #

🐞 Fixed #

  • Resolved IllegalStateException: Reply already submitted crash.
  • Ensured MethodChannel.Result.success() is called only once per method invocation.
  • Added guards (pendingInterstitialResult, pendingRewardedResult) to prevent multiple replies from asynchronous ad callbacks.

0.0.5 - 2025-04-24 #

πŸ”Œ Added #

  • Integrated multiple ad network adapters to enable full mediation support:
    • βœ… AdMob
    • βœ… Facebook (Meta Audience Network)
    • βœ… UnityAds
    • βœ… IronSource
    • βœ… AppLovin
    • βœ… Mintegral

πŸ“¦ Updated #

  • Updated core TopOn SDK and related dependencies to version 6.4.80.

0.0.4 - 2025-04-21 #

πŸ› οΈ Fixed #

  • Resolved crash due to re-adding banner view (IllegalStateException: The specified child already has a parent).
  • Banner ads now properly recreate TUBannerView and handle removal/reloading without errors.

0.0.3 - 2025-04-20 #

✨ Added #

  • setUpListeners() method to receive ad events from native.
  • onEvent callback to handle ad event responses in Dart.

πŸ“š Improved #

  • Readme updated with usage of setUpListeners().

0.0.2 - 2025-04-20 #

πŸ“š Added #

  • Documentation comments to all public API methods for better clarity and IDE hints.

🧹 Fixed #

  • Minor code cleanup, conventions, and linting improvements.

0.0.1 - 2025-04-20 #

πŸš€ Initial Release #

  • Flutter plugin for integrating TopOn Ads using method channels.
  • Support for:
    • Interstitial Ads
    • Rewarded Ads
    • Native Ads
    • Banner Ads
    • Splash Ads
14
likes
0
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating TopOn Ads using Method Channels. Supports interstitial, rewarded, banner, native, and splash ads.

Repository (GitHub)
View/report issues

Topics

#ads #topon #interstitial #rewarded #monetization

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on topon_ad_plugin

Packages that implement topon_ad_plugin