framework · inferred from evidence
Flutter
A UI framework for building cross-platform applications.
- Native Google/Apple sign-in with idTokens (no web OAuth)
A practical guide for Nhost. Nhost added a native sign-in endpoint for mobile apps, so web OAuth is no longer required for Google/Apple sign-in. Call POST /signin/idtoken with: provider (apple or google, required), idtoken (required), nonce
- Cannot build Android with klippa_identity_verification_sdk: Namespace not specified
In Klippa: Fixed in klippa_identity_verification_sdk 0.2.13 , the maintainer confirmed the release fixes this build failure. Upgrade with flutter pub upgrade klippa_identity_verification_sdk (or pin ^0.2.13) and rebuild.
- Klippa Flutter SDK crashes Android app when camera is used by other plugins
In Klippa: Fixed in klippa_identity_verification_sdk 0.2.10 , the maintainer pointed to a change in how the SDK handles the activity result, and the reporter confirmed the crash is gone after updating. Upgrade to at least 0.2.10 with flutte
- flutter build appbundle fails: Unknown Kotlin JVM target: 21 (klippa_identity_verification_sdk)
The reporter fixed it by changing the JavaVersion setting in the Android build configuration so the Kotlin compiler targets a JVM version the SDK supports instead of defaulting to Java 21. Align the project's Java version (e.g.
- Klippa Flutter SDK: No such module KlippaIdentityVerification on iOS simulator
The Klippa identity verification SDK does not support iOS simulators on Apple Silicon Macs. flutter clean and pod reinstalls will not fix it; run and debug on a physical iOS device.