Tornike Kurdadze

Results 106 comments of Tornike Kurdadze

> > > Is this problem solved? > > > > > > Switch to stable channel or use > > > > > > ``` > > > pinput:...

@Messhias good luck with using another package, and for the record pinput works fine with every stable version > 2.0.0 By this [PR](https://github.com/flutter/flutter/pull/107262) `FocusTrapArea` was replaced with `TapRegion` on master...

As you can see `FocusTrapArea` is used inside the TextField on the stable channel, that being said if you are using the Flutter's stable channel Pinput should work as well...

@mathiasgodwin Not yet 🤭 , PR's are welcomed

User should tap on the code which should be shown on top of the keyboard try `autofocus: true` this will open the keyboard automatically, and when user receives a SMS...

Hi @szusznorbert, - Share example of sms - Are you passing any `autofillHints`? I just tried sending the sms `"verification code: 1233"` to my phone number while on https://flutter_pinput.codemagic.app/ and...

@szusznorbert Interesting, I haven't had that issue before, and I'm not sure what's the workaround here, please let me know if you find the solution.

Hi @pranjalpc99 I believe this issue is out of my packages scope, could your try if the same happens for pure `TextField`? If yes, then you should also create an...

> > Hi @Tkko Yes, there is some kind of SMS format that iOS uses which is not documented anywhere sadly 😢. > > From my observation the format should...

Closing this issue, feel free to reopen it if you need to.