banuba_sdk 3.0.3 banuba_sdk: ^3.0.3 copied to clipboard
Banuba SDK for Flutter - full-scale augmented reality SDK | Flutter face filters | Virtual try-on | Background replacement | Face tracking
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add banuba_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
banuba_sdk: ^3.0.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:banuba_sdk/banuba_sdk.dart';