device_root_jail_state_check 0.0.8
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_checkThis 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.8Alternatively, 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';