Login
Welcome
Login

Import the Teads inApp SDK in your project

Prerequisites

Flutter

  • Flutter: >= 2.5.0

iOS

Android

  • Teads Android SDK: >= 5.0.19

Import the Teads inApp SDK

Using packages

To add the package, teads_sdk_flutter, to an app:

  1. Depend on it
    • Open the pubspec.yaml file located inside the app folder, and add teads_sdk_flutter: under dependencies.
  2. 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.
  3. Import it
    • Add a corresponding import statement in the Dart code.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.