flutter_security_toolkit 1.0.1 copy "flutter_security_toolkit: ^1.0.1" to clipboard
flutter_security_toolkit: ^1.0.1 copied to clipboard

A Mobile Security Toolkit providing easy API to check device status (Root, Hooks, Simulator, etc)

Mobile Security Toolkit #

License Release pub package

Android iOS
Support SDK 28+ 13.0+

Screenshot

In a world where mobile devices hold vast amounts of personal and business-critical data, security is no longer optional — it's essential.

Security Suite is an open-source project designed to work on mobile security by providing a developer-friendly, all-in-one repository for developers and security experts.

This project uses:

Features #

Already implemented Features are:

  • ✅ Jailbreak or Root Detection
  • ✅ Hooks Detection
  • ✅ Simulator Detection

You can see them in action with the Example App we've provided

Installation #

You can use the Mobile Security Toolkit in your project by importing it with Swift Package Manager

pub.dev #

Add the following to your pubspec.yaml:

dependencies:
  flutter_security_toolkit: ^1.0.1

Usage #

Variable API #

Use the gettable variables to get current status of the device:

  • Future<bool?> areRootPrivilegesDetected()
  • Future<bool?> areHooksDetected()
  • Future<bool?> isSimulatorDetected()

Async Stream API #

This feature will soon be implemented

Roadmap #

Next features to be implemented:

  • ❌ App Signature Check
  • ❌ Debugger Detection
  • ❌ Device Passcode Check
  • ❌ Integrity Check
  • ❌ Hardware Security Check

Contributing #

See CONTRIBUTING

Authors and acknowledgment #

Authors:

Special Thanks:

  • Sabrina Geiger
  • Dennis Gill
  • Jonas Rottmann

License #

See LICENSE

2
likes
160
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

A Mobile Security Toolkit providing easy API to check device status (Root, Hooks, Simulator, etc)

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_security_toolkit