SMS Auto OTP Verify enabled & build sent to stores, VersionID 17.1

merge-update-with-lab-changes
haroon amjad 1 year ago
parent 32cf61d1bf
commit c72892b1a6

@ -287,14 +287,15 @@ class SMSOTP {
}
checkSignature() async {
// SmsVerification.startListeningSms().then((message) {
// // setState(() {
// final intRegex = RegExp(r'\d+', multiLine: true);
// var otp = SmsVerification.getCode(message, intRegex);
// _pinPutController.text = otp;
// onSuccess(otp);
// // });
// });
SmsVerification.startListeningSms().then((message) {
// setState(() {
final intRegex = RegExp(r'\d+', multiLine: true);
var otp = SmsVerification.getCode(message, intRegex);
_pinPutController.text = otp;
onSuccess(otp);
SmsVerification.stopListening();
// });
});
}
// startLister() {

@ -1,7 +1,7 @@
name: diplomaticquarterapp
description: A new Flutter application.
version: 4.5.074+4050074
version: 4.5.076+4050076
environment:
sdk: ">=3.0.0 <3.13.0"

Loading…
Cancel
Save