risk_dfp_flutter 0.0.5-beta
risk_dfp_flutter: ^0.0.5-beta copied to clipboard
Risk DFP Flutter Package enables the collection and analysis of device information, facilitating secure and efficient integration of Risk Detection and Fraud Prevention features into Flutter apps for [...]
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: ^0.0.5-betaAlternatively, 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';