app_attest
Flutter plugin for Apple App Attest on iOS and Play Integrity on Android.
0.2.1
379 downloads/mo
#914 most downloaded on pub.dev
m0t1p4n/app_attest
What this package is like to depend on
Last release 21 days ago
03 Aug 2026
Too new to tell
only 2 release windows
Most releases are documented
notes for 3 of 5 stable releases
Nothing withdrawn
no release was ever pulled
3 months old
5 releases · first in 2026
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · May 2026 to Aug 2026Releases
latest 5-
0.2.103 Aug 2026Nothing published for this version
-
0.2.003 Aug 2026Release notes
Open source →- Migrated the Android build to Built-in Kotlin: the plugin no longer applies the Kotlin Gradle Plugin (
kotlin-android), so apps stop emitting the Flutter KGP deprecation warning and keep building on AGP 9+. - Replaced the
kotlinOptionsblock with thekotlin { compilerOptions { ... } }DSL. - Bumped the Android toolchain to AGP 8.11.1 / Kotlin 2.2.20 and
compileSdk36, the versions required by Flutter 3.44. - Raised the Java/Kotlin target from 8 to 17, as required by Flutter 3.44.
- Added
android/settings.gradlesoandroid/can be opened as a standalone Gradle project in Android Studio / IntelliJ. - Breaking: requires Flutter >= 3.44.0 and Dart >= 3.12.0.
- Migrated the Android build to Built-in Kotlin: the plugin no longer applies the Kotlin Gradle Plugin (
-
0.1.129 Jul 2026Release notes
Open source →- Added Swift Package Manager support for iOS.
- Moved the iOS sources from
ios/Classes/toios/app_attest/Sources/app_attest/. - Updated the podspec to build from the Swift package layout, so CocoaPods keeps working unchanged.
-
0.1.004 May 2026Release notes
Open source →- 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.
-
0.0.104 May 2026Nothing published for this version