This project is the property of adjoe GmbH and is published for the sole use of entities with which adjoe has a contractual agreement. The unauthorized redistribution of any or all parts of this project is strictly prohibited.

Add Flutter SDK to your app.

To integrate the adjoe Flutter SDK into your Flutter project, follow these steps:

  1. Open your project's pubspec.yaml file.

  2. Add the adjoe SDK as a dependency under the dependencies section:

dependencies:
  adjoe:
    git:
      url: https://github.com/adjoeio/adjoe-flutter-sdk
      ref: v4.2.0
  1. save the pubspec.yaml and run a pub get command on your Editor/IDE or run the following command:
flutter pub get

Libraries

flutter-adjoe-sdk-4.2.0