topon_ad_plugin 0.0.6
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 #
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.