Skip to content

checking device is rooted for android and ios

License

Notifications You must be signed in to change notification settings

hubdestro/root_checker

 
 

Repository files navigation

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();

About

checking device is rooted for android and ios

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.8%
  • Objective-C 30.9%
  • Ruby 5.2%
  • Dart 2.1%