Quick start example for integrating Banuba SDK into Flutter apps.
Before you commit to a license, you are free to test all the features of the SDK for free. To start it, send us a message.
Feel free to contact us if you have any questions.
- Clone the repository, ensure that you have installed Flutter.
- Copy and Paste your client token into appropriate section of
lib/main.dart. - Run
flutter pub get. This command will install all required dependences. - Connect a device and run
flutter run.
This is how to integrate Banuba SDK Flutter plugin into your existing app. You still need a Client Token for this.
- Add
banuba_sdkplugin:flutter pub add banuba_sdk. - For iOS in
ios/Podfile(see example): add a link to Banuba SDKsource 'https://github.com/sdk-banuba/banuba-sdk-podspecs.git', add desired$bnb_sdk_version = '~> 1.13.0, list Banuba SDK packages you need. For Android inbuild.gradle: defineext.bnb_sdk_version, list the packages you need. - Add code from basic sample into your app.
- Add
effectsfolder into your project. Link it with your app- iOS: just link effects folder into
RunnerXcode project (File->Add Files to 'Runner'...). - Android: Add the following code into app
build.gradle.
- iOS: just link effects folder into
You can find more info here.
