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

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

VelocityAds Flutter Plugin #

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

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 and iOS Support - Native Android and iOS integration

Installation #

Add to your app pubspec.yaml:

dependencies:
  velocity_ads: ^0.2.0

Then run:

flutter pub get

iOS Build Requirement (SPM) #

This plugin uses Swift Package Manager for iOS native dependencies.

Enable SPM in Flutter:

flutter config --enable-swift-package-manager

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/ directory in the package source

Documentation #

System Requirements #

  • Flutter SDK: 3.24.0+
  • Dart SDK: 3.5.0+
  • Android: API 21+ (Android 5.0)
  • iOS: 15.0+
  • Xcode: 16.0+

License #

This project is licensed under the Apache License, Version 2.0

Support #

For issues and questions, contact support@velocityads.io

0
likes
0
points
212
downloads

Publisher

verified publishervelocity.io

Weekly Downloads

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

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on velocity_ads

Packages that implement velocity_ads