mobile_proof_plugin 0.1.1
mobile_proof_plugin: ^0.1.1 copied to clipboard
Flutter plugin for TLSN-based mobile proofs with WebView capture and custom MPC provider flows.
Changelog #
0.1.1 #
- Fix native artifact distribution for pub.dev consumers by moving large binaries out of the package tarball.
- Add automatic iOS native framework download in podspec from GitHub Releases (
MobileProofRustCore.xcframework.zip). - Add automatic Android native library download in Gradle from GitHub Releases (
mobile_proof_plugin_android_jniLibs.zip). - Add release tooling and docs for uploading native assets before
flutter pub publish.
0.1.0 #
- Initial public release of
mobile_proof_plugin. - Added one-call provider attestation API with plugin-managed WebView flow.
- Added provider registry-based custom MPC configuration support.
- Added proof export models, runtime validation, and platform-channel bridges.