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.
To integrate the adjoe Flutter SDK into your Flutter project, follow these steps:
-
Open your project's
pubspec.yaml
file. -
Add the adjoe SDK as a dependency under the
dependencies
section:
dependencies:
adjoe:
git:
url: https://github.com/adjoeio/adjoe-flutter-sdk
ref: main
- save the
pubspec.yaml
and run apub get
command on your Editor/IDE or run the following command:
flutter pub get