adalam_flutter 0.1.1
adalam_flutter: ^0.1.1 copied to clipboard
AdAlam Ad SDK for Flutter — Banner, Interstitial, and Rewarded ads for Android.
adalam_flutter Changelog #
0.1.1 #
- Fixed an issue where integrating apps would fail to build when depending on the local
android-coreAAR file.
0.1.0 #
- Initial release of the AdAlam Flutter SDK for Android.
- Support for initializing the SDK via
AdAlam.initialize. - Support for Banner Ads using
BannerAdWidgetand Android PlatformViews. - Support for Fullscreen Interstitial Ads using
InterstitialAd. - Support for Fullscreen Rewarded Ads using
RewardedAdwithonRewardcallbacks. - Dart layer error handling with
AdAlamException. - Load state tracking via
isLoadedgetter for fullscreen ads. - Complete
AdListenerfor tracking ad lifecycle events (onLoaded,onFailed,onImpression,onClicked,onClosed,onReward).