risk_dfp_flutter 1.0.4
risk_dfp_flutter: ^1.0.4 copied to clipboard
Facilitates secure device info collection and analysis for seamless integration of Risk Detection and Fraud Prevention in Flutter apps, enhancing security.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add risk_dfp_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
risk_dfp_flutter: ^1.0.4Alternatively, 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:risk_dfp_flutter/risk_dfp_flutter.dart';