adalam_flutter
AdAlam Ad SDK for Flutter — Banner, Interstitial, and Rewarded ads for Android.
0.1.1
Fardeenatwork/AdAlamSDK
What this package is like to depend on
Last release 5 months ago
27 Feb 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Feb 2026 to Feb 2026Releases
latest 2-
0.1.127 Feb 2026Release notes
Open source →- Fixed an issue where integrating apps would fail to build when depending on the local
android-coreAAR file.
- Fixed an issue where integrating apps would fail to build when depending on the local
-
0.1.024 Feb 2026Release notes
Open source →- 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).