smartlinks_ad 2.0.1 copy "smartlinks_ad: ^2.0.1" to clipboard
smartlinks_ad: ^2.0.1 copied to clipboard

In-app ads (banner, interstitial, native) for the SmartLinks Flutter SDK.

smartlinks_ad #

Banner, interstitial, and native ads for the SmartLinks ad network.

Recommended: initialize via SmartLinks.initialize() and use SmartLinks.ads. Full docs: repository README.

Features #

  • SmartLinkBannerAd, interstitial, native ad builders
  • Session-aware frequency capping
  • Impression/click analytics with app_user_id
  • Offline event batching

Quick start (umbrella SDK) #

import 'package:smartlinks_flutter/smartlinks_flutter.dart';

await SmartLinks.initialize(apiKey: 'YOUR_KEY', initializeAds: true);

// In your widget tree:
SmartLinkBannerAd(adService: SmartLinks.ads)

Interstitial #

await SmartLinks.ads.showInterstitial();

Skip ads at init #

await SmartLinks.initialize(apiKey: 'YOUR_KEY', initializeAds: false);

Push ads #

See smartlinks_ad_push — enable with SmartLinks.initialize(enablePushAds: true) (requires Firebase).

License #

MIT — see LICENSE.

1
likes
150
points
143
downloads

Documentation

API reference

Publisher

verified publisheralkashier.com

Weekly Downloads

In-app ads (banner, interstitial, native) for the SmartLinks Flutter SDK.

Homepage
Repository (GitLab)

License

MIT (license)

Dependencies

cached_network_image, dio, flutter, shared_preferences, smartlinks_core, url_launcher

More

Packages that depend on smartlinks_ad