flutter_smart_auth icon indicating copy to clipboard operation
flutter_smart_auth copied to clipboard

Flutter package for listening SMS code on Android, suggesting phone number, email, saving a credential.

Results 17 flutter_smart_auth issues
Sort by recently updated
recently updated
newest added

Getting crash when requestinh phone hint java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/auth/api/credentials/HintRequest$Builder; Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.auth.api.credentials.HintRequest$Builder" on path: DexPathList[[zip file "/data/app/~~b646lIclmArAMB3At_-jyw==/com.app-Lfbja4qsyhQwiTlaNeLhiA==/base.apk"],nativeLibraryDirectories=[/data/app/~~b646lIclmArAMB3At_-jyw==/com.app-Lfbja4qsyhQwiTlaNeLhiA==/lib/arm64, /data/app/~~b646lIclmArAMB3At_-jyw==/com.app-Lfbja4qsyhQwiTlaNeLhiA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/system_ext/lib64]]

As long as you use getSmsCode to receive the verification code, it starts to flash back, prompting this error `D[/AndroidRuntime]()(31911): Shutting down VM E[/AndroidRuntime]()(31911): FATAL EXCEPTION: main E[/AndroidRuntime]()(31911): Process: com.example.sms_flutter,...

Hi, I have a general question regarding the 'getAppSignature' function: What are the cases that 'getAppSignature' returns 'N/A'? It seems that it mostly happens with iOS. Is it a correct...

**Describe the bug** I can't compile my (android) app in release mode after upgrading google_sign_in_android to 6.1.22. I get errors (10+) like: ` [ +1 ms] Missing class com.google.android.gms.auth.api.credentials.CredentialPickerConfig$Builder (referenced...

Update the README file to include instructions for configuring the new Kotlin version.

**I have ready solution. Need to change gradle dependencies. dependencies to given below:** _build.gradle:_ ``` group 'fman.ge.smart_auth' version '1.0-SNAPSHOT' buildscript { // ext.kotlin_version = '1.10.1' repositories { google() mavenCentral() }...

**Describe the bug** When I publish the app on playstore the auto sms code retrieval is not working, and I think the issue is caused by appsignature changing when its...

Here, I am using Firebase OTP. When I try to use autofill with the userConsent API . Here is the Details Log when app crash. I/PlayCore(17213): UID: [11666] PID: [17213]...