flutter_intelligence_sign3 0.0.4
flutter_intelligence_sign3: ^0.0.4 copied to clipboard
The Sign3 SDK is a fraud prevention toolkit that assesses device security by detecting risks like rooted devices, VPN connections, or remote access. It provides insights into device safety, enhancing [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_intelligence_sign3This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_intelligence_sign3: ^0.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:flutter_intelligence_sign3/flutter_intelligence_sign3.dart';