Tornike Kurdadze
Tornike Kurdadze
@vungo99 If you enable smsRetrieverApi it will only read SMS that will have the application signature in the content. Check out the autofill section in the readme for more details.
@vungo99 Yes, you can set a regex that will match the OTP instead of account id. Do both OTP and account Id have the same length?
@vungo99 Try this regex ` r'\b(\d{6})\b'`
``` smsCodeMatcher: r'\b(\d{6})\b' ```
Hey @vungo99, I usually ask regex questions to ChatGPT 🙈
The code should pop up automatically on top of the keyboard. If not there might be the problem with the language and the format of the SMS. Try something like...
Hi @ilyosbekkk, that is the limitation in current version, you can't edit the individual pins directly
Sadly, It's not planned, but I'm open for PRs
Hey @4gmayank, thanks for the PR On Which Flutter versions have you tested the PR?
Hey @pr-1, I suppose you already tried `flutter clean`, is that correct? Could you share the snippets of `android/build.gradle` and `android/app/build.gradle`? it has to be some kind of versioning issue...