0 purchases
teads sdk flutter
Teads allows you to integrate a single SDK into your app, and serve premium branded "outstream" video ads from Teads SSP ad server. This sample app includes Teads Flutter framework and is showing integration examples.
📃 Table of Contents #
Integration Documentation
Run the sample app
Installation
Certifications
Changelog
🚀 Integration Documentation #
Integration instructions are available on Teads SDK Documentation.
🚲 Run the sample app #
Clone this repository, open it with Android Studio, and run the sampleapp project.
📦 Install the Teads SDK Flutter framework #
Teads SDK is currently distributed through Pub. It includes everything you need to serve "outstream" video ads.
Using packages #
To add the package, teads_sdk_flutter, to an app:
Depend on it
Open the pubspec.yaml file located inside the app folder, and add teads_sdk_flutter: under dependencies.
Install it
From the terminal: Run flutter pub get.
OR
From Android Studio/IntelliJ: Click Packages get in the action ribbon at the top of pubspec.yaml.
OR
From VS Code: Click Get Packages located in right side of the action ribbon at the top of pubspec.yaml.
Import it
Add a corresponding import statement in the Dart code.
🎓 Certifications #
Teads SDK supports the IAB Open Measurement SDK, also known as OM SDK. The OM SDK brings transparency to the advertising world, giving a way to standardize the viewability and verification measurement for the ads served through mobile apps. Teads is part of the IAB's compliant companies.
⌚️ Changelog #
See changelog here.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.