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:
-
Open your project's
pubspec.yamlfile. -
Add the adjoe SDK as a dependency under the
dependenciessection:
dependencies:
adjoe:
git:
url: https://github.com/adjoeio/adjoe-flutter-sdk
ref: v4.2.0
- save the
pubspec.yamland run apub getcommand on your Editor/IDE or run the following command:
flutter pub get