root_checker 0.1.3 copy "root_checker: ^0.1.3" to clipboard
root_checker: ^0.1.3 copied to clipboard

Plugin used for detecting root device in android and ios.

CI status

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'

call function isDeviceRooted

   Bool isDeviceRooted = await RootChecker.isDeviceRooted();
11
likes
10
pub points
72%
popularity

Publisher

unverified uploader

Plugin used for detecting root device in android and ios.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on root_checker