app_integrity_checker 1.0.5 copy "app_integrity_checker: ^1.0.5" to clipboard
app_integrity_checker: ^1.0.5 copied to clipboard

Flutter plugin to verify the integrity of the app and detect if it has been tampered at run time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_integrity_checker

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

dependencies:
  app_integrity_checker: ^1.0.5

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:app_integrity_checker/app_integrity_checker.dart';
9
likes
160
points
1.12k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to verify the integrity of the app and detect if it has been tampered at run time.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_integrity_checker