VelocityAds Flutter Plugin

A Flutter plugin for VelocityAds SDK - AI-powered contextual advertising for Android.

Features

  • 🤖 AI-Driven Targeting - Contextual ads based on user conversations
  • 🔧 Custom Rendering - Build your own ad UI with NativeAd data
  • 🔒 Privacy Compliant - CCPA and GDPR support
  • 📱 Android Support - Native Android integration

Installation

Add to your pubspec.yaml:

dependencies:
  velocity_ads: ^0.1.0

Quick Start

import 'package:velocity_ads/velocity_ads.dart';

// Initialize SDK
await VelocityAds.initialize(
  appKey: 'your-app-key',
);

// Load a native ad
final ad = await VelocityAds.loadNativeAd(
  prompt: "Best running shoes",
  dimensions: AdDimensions(width: 320, height: 250),
);

// Build your custom UI with the ad data
print('Ad loaded: ${ad.title}');

For a complete working example, see the example app.

Documentation

Requirements

  • Flutter: >=3.24.0
  • Dart: >=3.5.0
  • Android: API 21+ (Android 5.0 Lollipop)

License

Proprietary - All rights reserved by Velocity Technologies

Support

For issues and questions, please contact support@velocityads.io

Libraries

velocity_ads