Tkko / Flutter_Pinput

Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations, iOS autofill, Android autofill
https://pub.dev/packages/pinput
MIT License
776 stars 179 forks source link

Update autofill hints dynamically #192

Open MartinKostadinov1 opened 2 months ago

MartinKostadinov1 commented 2 months ago

I am trying to update the autofill hints of the field while the mobile app keyboard is visible and field is focused. I am using the pinput field for one time code which is received as a message on the phone. What I am trying to achieve is when you start typing in the field the autofill code suggestion needs to be hidden and when there is no more content in the field the autofill suggestion should be visible once again. I managed to get this working with closing and opening the keyboard on input and deletion of the first symbol in the field. Is there more proper solution to achieve this?