device_integrity_guard 1.0.0 copy "device_integrity_guard: ^1.0.0" to clipboard
device_integrity_guard: ^1.0.0 copied to clipboard

Reusable guard that blocks Flutter apps when the runtime environment looks unsafe.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_integrity_guard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  device_integrity_guard: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:device_integrity_guard/device_integrity_guard.dart';
1
likes
140
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Reusable guard that blocks Flutter apps when the runtime environment looks unsafe.

Repository (GitHub)
View/report issues

Topics

#security #integrity #root-detection #jailbreak-detection

Documentation

API reference

License

MIT (license)

Dependencies

collection, device_info_plus, flutter, meta, url_launcher

More

Packages that depend on device_integrity_guard