Skip to content

adjoeio/adjoe-flutter-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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: main
  1. save the pubspec.yaml and run a pub get command on your Editor/IDE or run the following command:
flutter pub get