flutter_jailbreak__root_detection 1.11.0
flutter_jailbreak__root_detection: ^1.11.0 copied to clipboard
Fork of flutter_jailbreak_detection to include android security privacy policy - Flutter jailbreak and root detection plugin. This plugin wraps Rootbeer for use on Android and DTTJailbreakDetection fo [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_jailbreak__root_detectionWith Flutter:
$ flutter pub add flutter_jailbreak__root_detectionThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_jailbreak__root_detection: ^1.11.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_jailbreak__root_detection/flutter_jailbreak__root_detection.dart';