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 { checkSignature() async {
// SmsVerification.startListeningSms().then((message) { SmsVerification.startListeningSms().then((message) {
// // setState(() { // setState(() {
// final intRegex = RegExp(r'\d+', multiLine: true); final intRegex = RegExp(r'\d+', multiLine: true);
// var otp = SmsVerification.getCode(message, intRegex); var otp = SmsVerification.getCode(message, intRegex);
// _pinPutController.text = otp; _pinPutController.text = otp;
// onSuccess(otp); onSuccess(otp);
// // }); SmsVerification.stopListening();
// }); // });
});
} }
// startLister() { // startLister() {

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

Loading…
Cancel
Save