david-legend / otp_textfield

BSD 3-Clause "New" or "Revised" License
61 stars 39 forks source link

Not able to go back in previous otp filed when press back button #12

Closed aman246149 closed 5 months ago

aman246149 commented 2 years ago

suppose i have 6 otp filled and i enter 4 otp number but now i want to go to previous otp filled by pressing back button how to achieve this

david-legend commented 2 years ago

I have not exposed a function for that. I am guessing your UI requires that you have such control ?

prkhrv commented 2 years ago

@david-legend @aman246149 It can be achieved with some little modifications in the current implementation, I will try to update it tomorrow.

aman246149 commented 1 year ago

Thanks sir

On Wed, 14 Sep 2022 at 4:37 AM, Prakhar Varshney @.***> wrote:

@david-legend https://github.com/david-legend @aman246149 https://github.com/aman246149 It can be achieved with some little modifications in the current implementation, I will try to update it tomorrow.

— Reply to this email directly, view it on GitHub https://github.com/david-legend/otp_textfield/issues/12#issuecomment-1246037349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM3DK5DHAIX7KM5JMPD3WK3V6ECJ5ANCNFSM6AAAAAAQG4FZ2Y . You are receiving this because you were mentioned.Message ID: @.***>

PrashantBharaj commented 1 year ago

Is this issue resolved?

ADLsourceCode commented 1 year ago

@prkhrv is this resolved ?

RiyasTp commented 1 year ago

issue is not yet resolved

prkhrv commented 1 year ago

Hi @RiyasTp Unfortunately, I haven't got time to fix it yet.

Kishandobariya76 commented 1 year ago

please resolved this issue

shubhamgoel7703 commented 9 months ago

@prkhrv @david-legend is this issue resolved ?

Ayush783 commented 5 months ago

Have created a PR for this. In the meantime anyone can use the following

flutter_otp_text_field: git: url: https://github.com/Ayush783/otp_textfield/ commit: 95f35fa

david-legend commented 5 months ago

I have merged the PR, publishing soon