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';
4
likes
140
pub points
81%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_integrity_checker