ads_core_flutter 0.1.1
ads_core_flutter: ^0.1.1 copied to clipboard
Ready-to-use Flutter ads toolkit for Android and iOS with banner, interstitial, rewarded, app open, and native template helpers.
Changelog #
0.1.1 #
- Added native slot ownership guards in
AdsNativeFeedItem/NativeAdPoolto prevent duplicate-slotAdWidgettree crashes. - Added queue-based native preload throttling with configurable
maxConcurrentLoads. - Added automatic retry with exponential backoff for native load failures.
- Added explicit Android AppCompat theme requirement and troubleshooting guidance in README.
0.1.0 #
- Initial mobile package release for Android and iOS.
- Added
AdsControllerfor banner, interstitial, rewarded, and app open ads. - Added
NativeAdPoolandAdsNativeFeedItemfor native template feed insertion. - Added a runnable example app with Google test IDs.