root_check_flutter 1.0.5 copy "root_check_flutter: ^1.0.5" to clipboard
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';
4
likes
140
points
369
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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on root_check_flutter