jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
281 stars 173 forks source link

SmsAutoFill().listenForCode() does not work #152

Closed basnetjiten closed 2 years ago

basnetjiten commented 2 years ago

cannot listen for sms code. It used to work on previous version. SmsAutoFill().listenForCode()

shivams1110 commented 2 years ago

@basnetjiten I was facing same issue, make sure appsignature value is using for release build not in debug build I fork this package and change it previous it is working fine in android.

sms_autofill:
    git:
      url: git@github.com:shivams1110/sms_autofill.git
      ref: master # branch name

try this