Skip to content

Example of integrating face ar sdk via flutter plugin into an application

Notifications You must be signed in to change notification settings

Banuba/quickstart-flutter-plugin

Repository files navigation

Quick start example for integrating Banuba SDK into Flutter apps.

Usage

Token

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.

Getting Started

  1. Clone the repository, ensure that you have installed Flutter.
  2. Copy and Paste your client token into appropriate section of lib/main.dart.
  3. Run flutter pub get. This command will install all required dependences.
  4. Connect a device and run flutter run.

Integration steps

This is how to integrate Banuba SDK Flutter plugin into your existing app. You still need a Client Token for this.

  1. Add banuba_sdk plugin: flutter pub add banuba_sdk.
  2. For iOS in ios/Podfile (see example): add a link to Banuba SDK source '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 in build.gradle: define ext.bnb_sdk_version, list the packages you need.
  3. Add code from basic sample into your app.
  4. Add effects folder into your project. Link it with your app
    1. iOS: just link effects folder into Runner Xcode project (File -> Add Files to 'Runner'...).
    2. Android: Add the following code into app build.gradle.

Docs

You can find more info here.

About

Example of integrating face ar sdk via flutter plugin into an application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages