jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
282 stars 174 forks source link

Add visible carret in PinFieldAutoFill #94

Closed cedvdb closed 3 years ago

cedvdb commented 3 years ago

The carret is invisible in PinFieldAutoFill, which isn't good UI on the web since you cannot see if the field is focussed or not.

There should be an option to add it.

jaumard commented 3 years ago

I think you should open an issue on pin_input_text_field because it's this package who show the UI of this widget. Until it's done on it I'll not be able to do anything here

cedvdb commented 3 years ago

I think you should open an issue on pin_input_text_field because it's this package who show the UI of this widget. Until it's done on it I'll not be able to do anything here

Apparently it's implemented since version 3.2.0

https://github.com/TinoGuo/pin_input_text_field/issues/50

jaumard commented 3 years ago

ho good news then should be quite easy to add :D @grahamsmith might want this for the next version too then :)

grahamsmith commented 3 years ago

Agreed.

jaumard commented 3 years ago

Done on master, will be release soon in 2.0.0