Home > OS >  Phone verification Textfield Design in flutter
Phone verification Textfield Design in flutter

Time:01-18

i'm making an app in that i want to make an UI for phone verification textfields.It has four codes to be input which you will get via notification from our backend. can you guys suggest something, i'm new to flutter?

CodePudding user response:

You can use PinCodeTextField https://pub.dev/packages/pin_code_fields

You can use different shapes and animations also it handles the problem which occurs when you remove the text in middle.

CodePudding user response:

You can use this awesome package for code pin_code_text_field

It's a beautiful and highly customizable Flutter widget for entering pin code. Suitable for use cases such as login and OTP.

  •  Tags:  
  • Related