root_check_flutter 1.0.2 copy "root_check_flutter: ^1.0.2" to clipboard
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_flutter

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 dart pub get):

dependencies:
  root_check_flutter: ^1.0.2

Alternatively, 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';
5
likes
0
points
217
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter plugin to detect security-compromised environments including: - Rooted Android devices - Jailbroken iOS devices - Developer mode status - Virtual/emulated devices Provides multiple detection methods for robust security checks.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on root_check_flutter

Packages that implement root_check_flutter