Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 384 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 384 Bytes

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