app_attest 0.1.0
app_attest: ^0.1.0 copied to clipboard
Flutter plugin for Apple App Attest on iOS and Play Integrity on Android.
0.1.0 #
- Initial Flutter plugin implementation.
- Added iOS App Attest support for
isSupported,generateKey,attestKey, andgenerateAssertion. - Added Android Play Integrity Standard API support for provider warm-up and
requestHashtoken requests. - Added
preparePlayIntegrityTokenProvider,requestStandardPlayIntegrityToken, andclearPreparedPlayIntegrityTokenProvider. - Added separate Android Play Integrity Classic API support with
requestClassicPlayIntegrityToken. - Kept
requestPlayIntegrityTokenas a deprecated compatibility alias for Classic API requests. - Reorganized Android native code into separate Standard and Classic Play Integrity clients.
- Added Dart API models and MethodChannel tests.
- Expanded README documentation for pub.dev publishing.