Flutter
How to install the Regula Face SDK.
Requirements
-
The latest stable version of Flutter.
-
For iOS, the minimum target is iOS 11.0.
-
For Android, the minimum Android API level is 21.
Installation
The Face SDK is available on pub.dev.
Add flutter_face_api
as a dependency in your pubspec.yaml
file:
dependencies:
flutter_face_api: ^3.0.0
Alternatively, run this command:
flutter pub add flutter_face_api
Then install the packages using the following command:
flutter pub get
Import the Face SDK
You should now be able to import face_api
:
import 'package:flutter_face_api/face_api.dart';