SardorbekR
SardorbekR

Reputation: 1758

first show input and then obscure pin code field effect

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

enter image description here

Upvotes: 1

Views: 766

Answers (1)

Shripad Jadhav
Shripad Jadhav

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

Related Questions