SDK Integration Guide

Add ads to your app in 3 simple steps

Step 1: Add the Package

dependencies:
  adsurd_sdk:
    git:
      url: https://github.com/adsurd/flutter-sdk.git

Step 2: Initialize (main.dart)

import 'package:adsurd_sdk/adsurd_sdk.dart';

void main() {
  Adsurd.init(
    apiKey: 'iad_your_api_key_here',
    appId: 'your_app_id',
  );
  runApp(MyApp());
}

Step 3: Display an Indie Card

// 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.

Revenue Model

ItemDetails
PricingCPC (Cost Per Click)
Minimum CPC$0.05
Revenue SplitPublisher 70% / Adsurd 30%
PayoutsMonthly, net 30