device_root_jail_state_check 0.0.8 copy "device_root_jail_state_check: ^0.0.8" to clipboard
device_root_jail_state_check: ^0.0.8 copied to clipboard

A comprehensive Flutter package to detect device mode, developer mode, emulator, root/jailbreak status, network connection type, and real-time network speed.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_root_jail_state_check

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  device_root_jail_state_check: ^0.0.8

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:device_root_jail_state_check/device_root_jail_state_check.dart';
0
likes
130
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package to detect device mode, developer mode, emulator, root/jailbreak status, network connection type, and real-time network speed.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on device_root_jail_state_check

Packages that implement device_root_jail_state_check