flutter_adsterra
Flutter web package to show Adsterra ads: banners, native, popunder, smartlink download, and social bar ads.
![]() |
Important Note
If you don’t have an Adsterra account, please register using my referral link to support this package:
By registering through this link, you’ll help support the development of this package and get started with Adsterra easily.
Usage
import 'package:flutter_adsterra/flutter_adsterra.dart';
BannerAd728x90(adKey: "YOUR_AD_KEY");
NativeBannerAd(scriptUrl: "//pl27574860.revenuecpmgate.com/.../invoke.js");
PopunderAd(scriptUrl: "//pl27574769.revenuecpmgate.com/...js");
SmartLinkDownloadButton(
smartLinkUrl: "https://smartlink.com/...",
downloadUrl: "https://example.com/file.zip"
);
SocialBarAd(scriptUrl: "//pl27574906.revenuecpmgate.com/...js");
