bglgwyng / quickstart-flutter-plugin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: add link to native Banuba SDK into ios/Podfile: source 'https://github.com/sdk-banuba/banuba-sdk-podspecs.git'
  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


Languages

Language:Dart 94.3%Language:Ruby 4.2%Language:Swift 1.0%Language:Java 0.4%Language:Objective-C 0.1%