Quick start example for integrating Banuba SDK into Flutter apps.
- Android: API level 23 (Android 6) or higher
- iOS: Version 13.0 or higher
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.
- Set up your Flutter development environment.
- Clone the repository.
- Copy and Paste your client token into appropriate section of
lib/main.dart
. - Copy and Paste your AR Cloud token into appropriate section of
lib/page_arcloud.dart
- Run
flutter pub get
. This command will install all required dependences. - Connect a device and run
flutter run
.