root_check_flutter 1.0.2
root_check_flutter: ^1.0.2 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 Dart:
$ dart pub add root_check_flutterWith Flutter:
$ flutter pub add root_check_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
root_check_flutter: ^1.0.2Alternatively, your editor might support dart pub get or 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';