mm_device_security 0.0.1
mm_device_security: ^0.0.1 copied to clipboard
Detecta root, jailbreak, emulador/simulador y modo desarrollador en Android e iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mm_device_securityThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mm_device_security: ^0.0.1Alternatively, 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:mm_device_security/mm_device_security.dart';