oneroot 0.0.3 copy "oneroot: ^0.0.3" to clipboard
oneroot: ^0.0.3 copied to clipboard

Introducing our innovative root & jailbreak detection plugin called OneRoot, a powerful tool that allows you to check the part of your device security.

oneroot #

Introducing our innovative root & jailbreak detection plugin called OneRoot, a powerful tool that allows you to check the part of your device security.

Features #

  • Android Root Detection
  • IOS JailBreak Detection (coming soon)

Getting started #

To use this package, add oneroot as a dependency in your pubspec.yaml file.

Usage #

  • On pubspeck.yaml
oneroot: ^0.0.3
  • On Dart Import
import 'package:oneroot/oneroot.dart';
  • On implementation of Root Detection
//Method will return "ROOTED" as a string value, if your are running on rooted environment.
final _onerootPlugin = Oneroot();
String platformRootStatus = await _onerootPlugin.getRootChecker();

//Method will return OS version.
String platformRootStatus = await _onerootPlugin.getRootChecker();
One Root - Android Root Detection One Root - IOS JailBreak Detection
date-picker date-picker

logo logo logo

3
likes
0
pub points
45%
popularity

Publisher

verified publisherakurupela.com

Introducing our innovative root & jailbreak detection plugin called OneRoot, a powerful tool that allows you to check the part of your device security.

Repository (GitHub)
View/report issues

Topics

#oneroot #android #ios #root-detection #jailbreak-detection

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on oneroot