Reputation: 1758
Here is the sample, So when the user enters pin code it should show the number entered first, and then hide it after few seconds or when the user enters the next character.
How can I have such effect, or which package can do this, I've tried pin_code_text_field package and it has no such property
Upvotes: 1
Views: 766
Reputation: 316
I dont know other packages or plugin for intended behavior but you can use TextFields and its obscureText and to show bullet obscuringCharacter. For some mili seconds it will show the entered pin code and then it will convereted to bullet. But you need do UI custumization for intended UI
Upvotes: 2