android_sms_retriever 1.3.0 android_sms_retriever: ^1.3.0 copied to clipboard
Flutter plugin for retrieving OTP code sent in sms automatically and without getting SMS permission in Android.
1.3.0 #
startSmsListener
renamed tolistenForSms
requestOneTimeConsentSms
renamed tolistenForOneTimeConsent
- Added
stopOneTimeConsentListener
to stop consent receiver.
1.2.3 #
- Stop receiver on
onDetachedFromActivity
- FIX:
Caused by java.lang.IllegalStateException: Reply already submitted
1.2.1 #
- Fix twice reply issue
1.2.0 #
- Fix return errors.
1.0.0 #
- Set
useAndroidX
to true
1.0.0 #
- Initial Release