bm_security_plugin 1.0.7
bm_security_plugin: ^1.0.7 copied to clipboard
Flutter root and jailbreak detection plugin. This plugin is a wrapper for Rootbeer (Android) and IOSSecuritySuite (iOS).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bm_security_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bm_security_plugin: ^1.0.7Alternatively, 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:bm_security_plugin/bm_security_plugin.dart';