app_device_integrity_plus 1.0.2 copy "app_device_integrity_plus: ^1.0.2" to clipboard
app_device_integrity_plus: ^1.0.2 copied to clipboard

Flutter plugin for App Attest and Play Integrity with real challenge (nonce) support. Replaces static dummy nonce with server-generated values.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_device_integrity_plus

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

dependencies:
  app_device_integrity_plus: ^1.0.2

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_device_integrity_plus/app_device_integrity.dart';
import 'package:app_device_integrity_plus/app_device_integrity_method_channel.dart';
import 'package:app_device_integrity_plus/app_device_integrity_platform_interface.dart';
0
likes
150
points
156
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for App Attest and Play Integrity with real challenge (nonce) support. Replaces static dummy nonce with server-generated values.

Homepage

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_device_integrity_plus

Packages that implement app_device_integrity_plus