huawei_safetydetect 6.4.0+302 huawei_safetydetect: ^6.4.0+302 copied to clipboard
Huawei Safety Detect Flutter Plugin exposes all the functionality of the Huawei Safety Detect SDK which builds robust security capabilities.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add huawei_safetydetect
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
huawei_safetydetect: ^6.4.0+302
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:huawei_safetydetect/huawei_safetydetect.dart';