I want to catch or read OTP of SMS messages automatically. I did some tests like this code : import 'package:flutter/material.dart'; void main() { runApp(MyA
I'm using the flutter_otp plugin for SMS. It works fine on Android but I get this error on iPhone. I tried different format for phone number but still the same
Currently, I am still in the proccess of learning Android development so please excuse me if this question of mine is not easily understandable for you. I creat