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
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.
- Open the pubspec.yaml file located inside the app folder, and add
- 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.
- From the terminal: Run
- 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.