Add ads to your app in 3 simple steps
dependencies:
adsurd_sdk:
git:
url: https://github.com/adsurd/flutter-sdk.git
import 'package:adsurd_sdk/adsurd_sdk.dart';
void main() {
Adsurd.init(
apiKey: 'iad_your_api_key_here',
appId: 'your_app_id',
);
runApp(MyApp());
}
// Place anywhere in your widget tree
AdsurdCard(category: 'Lifestyle')
// Optional: hide "Powered by Adsurd" branding
AdsurdCard(category: 'Lifestyle', showBranding: false)
The Indie Card is a text-first ad format that adapts to your app's theme automatically. No images — just a headline, description, and accent color dot. Light/dark mode supported.
| Item | Details |
|---|---|
| Pricing | CPC (Cost Per Click) |
| Minimum CPC | $0.05 |
| Revenue Split | Publisher 70% / Adsurd 30% |
| Payouts | Monthly, net 30 |