root_check_flutter 1.0.5
root_check_flutter: ^1.0.5 copied to clipboard
A comprehensive Flutter plugin to detect security-compromised environments including: - Rooted Android devices - Jailbroken iOS devices - Developer mode status - Virtual/emulated devices Provides mult [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add root_check_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
root_check_flutter: ^1.0.5
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:root_check_flutter/root_check_flutter.dart';