Setting up the SDK

Add the SDK to your app

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

Unpack the file on your PC:

tar -xvfz adjoe-flutter-2.1.1.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