Add the package
pubspec.yaml:
Platform requirements
| Platform | Minimum | Hardware key |
|---|---|---|
| iOS | 13.0 | Secure Enclave when present, else software Keychain |
| Android | API 23 (Marshmallow) | StrongBox when supported, else TEE Keystore |
Android
SetminSdkVersion 23 (or higher) in android/app/build.gradle:
iOS
Set the platform inios/Podfile:
ios/Runner/Info.plist:
Verify
Next: lifecycle integration
Wire the four host events that touch the SDK.