Sample Flutter App Experience the ITG library in action.

1. Scope & prerequisites

What this guide covers

This guide explains how to:

Assumptions

You already have:


2. Integrate ITG into Native module

Android:

Step 1 – Add ITG SDK to Android

Add ITG repository

In your root build.gradle or settings.gradle (depending on Gradle setup), make sure the JitPack repository is present:

allprojects {
    repositories {
        google()
        mavenCentral()
        maven { 
          url = uri(
           "<https://androidrepo.internal.inthegame.io/repository/android/>"
          )
        }
    }
}

If you use the new dependencyResolutionManagement block in settings.gradle, add it there instead.

Add ITG dependency and configure Android module