flutter_ads_manager 0.0.3 copy "flutter_ads_manager: ^0.0.3" to clipboard
flutter_ads_manager: ^0.0.3 copied to clipboard

Drop-in AdMob ads for Flutter: banner, adaptive/large/medium-rectangle banner, interstitial, counted interstitial, rewarded, rewarded interstitial and app open ads with built-in preloading, retry and [...]

0.0.3 #

  • Add AdsManager.instance.keywords — a settable List<String> sent with every ad request (banner, interstitial, rewarded, rewarded interstitial, app open) for better ad targeting. Set it via init(keywords: ...) or reassign it any time content changes.

0.0.2 #

  • Fix: show() on InterstitialAdController, RewardedAdController, RewardedInterstitialAdController and AppOpenAdController now resolves only after the ad has actually been dismissed (or failed to show), instead of right after the platform call to launch it was issued. Previously, await controller.show(...) could return while the ad was still on screen, so code that inspected state set inside onUserEarnedReward (or that expected the app to have "come back" from the ad) right after the await would see stale results.

0.0.1 #

Initial release.

  • AdsManager singleton: one init() call wires up the Google Mobile Ads SDK, GDPR/UMP consent, and optional preloading.
  • Banner ads via AdBannerWidget: standard, adaptive, large banner, and medium rectangle variants.
  • InterstitialAdController, RewardedAdController, RewardedInterstitialAdController, AppOpenAdController — self-reloading, with capped retry/backoff on failed loads.
  • CountedInterstitialController for "show an interstitial every Nth event" patterns.
  • ConsentManager wrapping Google's UMP SDK, including the privacy-options entry point.
  • TestAdUnitIds — Google's official test ad unit IDs, used automatically in debug builds.
0
likes
0
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

Drop-in AdMob ads for Flutter: banner, adaptive/large/medium-rectangle banner, interstitial, counted interstitial, rewarded, rewarded interstitial and app open ads with built-in preloading, retry and GDPR/UMP consent — no per-app native ad code.

Repository (GitHub)
View/report issues

Topics

#ads #admob #monetization #advertising #consent

License

unknown (license)

Dependencies

flutter, google_mobile_ads

More

Packages that depend on flutter_ads_manager