Last updated:
0 purchases
root checker
root_checker #
Plugin that allow flutter to detect rooted device. It's work in :
Android
IOS
Getting Started #
import the package
import 'package:root_checker/root_checker.dart'
copied to clipboard
call function isDeviceRooted
Bool isDeviceRooted = await RootChecker.isDeviceRooted();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.