Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.42 KB

Quick start example for integrating Banuba SDK into Flutter apps.

Requirements

  • Android: API level 23 (Android 6) or higher
  • iOS: Version 13.0 or higher

Usage

Token

Test all SDK features for free during a 14-day trial. Send us a message to start the to start your Face AR trial. Feel free to contact us if you have any questions regarding Banuba Flutter Plugin.

Getting Started

  1. Set up your Flutter development environment.
  2. Clone the repository.
  3. Copy and Paste your client token into appropriate section of lib/main.dart.
  4. Copy and Paste your AR Cloud token into appropriate section of lib/page_arcloud.dart
  5. Run flutter pub get. This command will install all required dependences.
  6. Connect a device and run flutter run.

Integration docs