Open jialing941001 opened 1 month ago
I found the code in Android dealing with "No Credential" but seems not works.
if (e instanceof NoCredentialException) {
platformException = new Messages.FlutterError("android-no-credential", e.getMessage(), ""); }
Hi team, I'm working on intergrating flutter passkeys into our project. Everything works well on IOS, but one thing is wired on Android. I had created some passkeys on my ios device, then i login my account on my android device, it is expected to see "android-no-credential" but it not and do not throw any error, any success. Cound you help took a look on it?