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';
13
likes
150
points
5.73k
downloads

Documentation

API reference

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)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_integrity_checker

Packages that implement app_integrity_checker