velocity_ads 0.1.0 copy "velocity_ads: ^0.1.0" to clipboard
velocity_ads: ^0.1.0 copied to clipboard

PlatformAndroid

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

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 #

  • Integration Guide - Complete setup and usage guide
  • Obfuscation Guide - Code obfuscation best practices
  • Example App - Complete working example demonstrating all features

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

0
likes
150
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on velocity_ads

Packages that implement velocity_ads