Setting up the SDK

Our documentation has moved! You can find the updated documentation for all new SDK versions (starting from v2.2.1) here.

Add the SDK to your app

You can download the 2.2.0 version of the adjoe SDK for Flutter here: adjoe-flutter-plugin-2.2.0.tar.gz and accordingly adjoe-flutter-plugin-2.2.0.zip.

Unpack the file on your PC:

tar -xvfz adjoe-flutter-2.2.0.tar.gz -C path/to/adjoe-flutter

Then edit your pubspec.yamland add the adjoe plugin:

dependencies:
  adjoe:
    path: path/to/adjoe-flutter/

Last updated