Launch Flutter Ads Console → Open Dashboard
Flutter Ads

Flutter Ads SDK

Documentation

SDK Platform

Choose documentation target

Ad Formats

Flutter Ads SDK Docs

Embedded Video Ads for Flutter, Mobile, Desktop & Web Apps

Seamlessly integrate embedded video ads inside Flutter video playback experiences for streaming apps, media platforms, and content-driven applications.

Flutter Video Ads Example

Learn how to integrate embedded video ads using Flutter Ads SDK with inline playback monetization, responsive layouts, and seamless media experiences.

Flutter Video Embedded Ads Preview

Video Embedded Ad Preview

Embedded Video Monetization

Ads integrated directly into playback

Embedded video ads appear naturally during media playback and can be displayed before, during, or after content for better engagement and seamless monetization.

1

Ensure Ads Available

Ensure embedded video ads are available before playback starts.

main.dart

await FlutterAds.instance.ensureAdsAvailable(
  adType: AdType.videoEmbedded,
  context: context,
);
2

Render Video Player

Create a video player with automatic embedded ad insertion during playback.

main.dart

FlutterAds.instance.getVideoPlayerWithEmbeddedAdsWidget(
  videoUrl,
  testMode: true,
  heightConstraint: MaxHeightConstraint(400),
);
3

Customize Styling

Customize overlays, controls, CTA layouts, and embedded playback UI.

main.dart

VideoEmbeddedAdStylingModel(
  logoSize: 30,
  actionStyle: TextStyle(
    color: Colors.white,
    fontSize: 10,
  ),
  overlayColor: Colors.black.withValues(alpha: 0.1),
)

Embedded video ad best practices

  • • Insert ads at natural playback breakpoints
  • • Avoid excessive ad interruptions during streaming
  • • Optimize video loading and playback smoothness

Contact & Community

Connect with the Voyant Networks team

Get support, ask technical questions, explore integrations, or stay updated with SDK releases, tutorials, and infrastructure updates.

SDK

Integration & technical queries

[email protected]

Support

Help with troubleshooting

[email protected]

General

Partnerships & inquiries

[email protected]

Community & Updates

Follow product updates, demos & tutorials

Stay updated with SDK releases, API walkthroughs, infrastructure updates, and developer tutorials from the Voyant Networks team.