app_device_integrity_plus 1.0.2
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_plusThis 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.2Alternatively, 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';