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

PlatformAndroid

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.10] - 2025-09-26

πŸ”Œ Added #

  • Added support for InMobi ad network adapter to enhance mediation capabilities.

πŸ› οΈ Updates #

  • Upgraded all integrated Ad SDKs to their latest stable versions for improved performance and compatibility.

[0.0.9] - 2025-08-17

πŸš€ Updates #

  • Upgraded all integrated Ad SDKs to their latest stable versions for enhanced performance and compatibility:
    • βœ… TopOn SDK upgraded
    • βœ… AdMob Adapter updated
    • βœ… Facebook (Meta Audience Network) Adapter updated
    • βœ… UnityAds Adapter updated
    • βœ… IronSource Adapter updated
    • βœ… AppLovin Adapter updated
    • βœ… Mintegral Adapter updated
    • βœ… Vungle Adapter updated

0.0.8 - 2025-06-30 #

πŸš€ Updates #

  • Upgraded all integrated Ads SDKs to their latest stable versions for improved performance and compatibility:
    • βœ… TopOn SDK upgraded
    • βœ… AdMob Adapter updated
    • βœ… Facebook (Meta Audience Network) Adapter updated
    • βœ… UnityAds Adapter updated
    • βœ… IronSource Adapter updated
    • βœ… AppLovin Adapter updated
    • βœ… Mintegral Adapter updated
    • βœ… Vungle Adapter updated

πŸ› οΈ Improvements #

  • Ensured compatibility with latest Android dependencies.
  • Verified stability of native ad lifecycle after SDK updates.

0.0.7 - 2025-04-27 #

πŸ”₯ Major Changes #

  • Replaced showNativeAd() with getNativeAdInfo() method for better self-rendered native ad control.
  • Introduced ToponNativeAdInfo Dart class for strongly-typed native ad information.
  • Added full native ad lifecycle event listeners (Impression, Click, Close, Video Start, Video End).

πŸ› οΈ Improvements #

  • Cleaned up Flutter plugin code with better documentation and null safety.
  • Updated README.md to match new native ad integration flow.

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
160
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
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on topon_ad_plugin

Packages that implement topon_ad_plugin