A plugin to check if device is rooted or not.
More...
It can be used to detect if device is rooted or not in: * Android * IOS
import 'package:root_tester/root_tester.dart';
bool isDeviceRooted=await RootChecker.isDeviceRooted();
shashwatmishra.me
Homepage
unknown (license)
flutter
Packages that depend on root_tester
Back