Flutter_Pinput
Flutter_Pinput copied to clipboard
how to show cursor when i write pin
while typing the cursor disapears how to avoid that and show cursor even when i type pins
What do you mean cursor disappear? is is animating (fading in/out) if yes you can set isCursorAnimationEnabled to false. If it's something else please provide small reproducible code snippet and video.
https://ibb.co/pWpVyBz
here under the numbers i type the cursor disapears
i want to keep cursor under the numbers when i type
Got it, the cursor indicates currently active pin which in this case is an expected behavior, for now there is no way of modifying that functionality
could you support this behavior
Well, I'm planning to add Pinput.builder constructor for more customizations, I can't tell you for sure but if it might include such feature.