root_tester 0.0.5
root_tester: ^0.0.5 copied to clipboard
A Flutter plugin to check if device is rooted or not.only for Android & iOS Devices.
root_tester #
It can be used to detect if device is rooted or not in:
* Android
* IOS
copied to clipboard
Getting Started #
Import the package
import 'package:root_tester/root_tester.dart';
copied to clipboard
Call funtion isDeviceRooted
bool isDeviceRooted=await RootChecker.isDeviceRooted();
copied to clipboard