sunmi_face_sdk 0.0.7
sunmi_face_sdk: ^0.0.7 copied to clipboard
商米人脸识别SDK的Flutter插件,支持Android平台。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sunmi_face_sdkWith Flutter:
$ flutter pub add sunmi_face_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sunmi_face_sdk: ^0.0.7Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sunmi_face_sdk/sunmi_face_sdk.dart';