otp_textfield
otp_textfield copied to clipboard
android/ios' auto fill in from keyboard only fills up the first field
Provide an image
Yes it fill only first character
I will work on this on the weekend
Also having this issue
I am also having this issue.
++ @david-legend , I'm using your code, I've modified it a bit for my use case, first of all thanks for the great package. If possible can you please add support for this, basically autofil of OTP, also in the latest commit, there are few edge cases, first flutter eventlistener widgets won't work on iOS, so can't do here much, just letting you know. Secondly race condition between changeFocusToPreviousNodeWhenValueIsRemoved and changeFocusToPreviousNodeWhenTapBackspace is still happening, sometimes it skip two blocks instead of 1.
also last one rawkeyboardlistener is depreciated, we need to use keyboardlistener, I saw you've reduced the dart SDK version in your commits, to support more devices, ignore if it's intentional.
I'm also having this issue... is there any solution?
@david-legend I ve created the PR for this issue. please help to review it. #21
@david-legend can you please regarding this issue? or guide
@ishantgupta777 temporary, you can handle paste from my repository like bellow in pubspec.yaml
flutter_otp_text_field:
git:
url: https://github.com/Tetsukick/otp_textfield
ref: f9cd6f5fee2cbd6be58d3d989c7646daaa2afdef
I'm also having this issue, it would be cool to add support to it
+1
+1
@ishantgupta777 temporary, you can handle paste from my repository like bellow in pubspec.yaml
flutter_otp_text_field: git: url: https://github.com/Tetsukick/otp_textfield ref: f9cd6f5fee2cbd6be58d3d989c7646daaa2afdef
This works great for me, thanks @Tetsukick