简体   繁体   English

flutter 中的电话验证文本字段设计

[英]Phone verification Textfield Design in flutter

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.我正在制作一个应用程序,我想制作一个用于电话验证文本字段的 UI。它有四个要输入的代码,您将通过我们后端的通知获得这些代码。 can you guys suggest something, i'm new to flutter?你们能提出一些建议吗,我是 flutter 的新手?

You can use PinCodeTextField https://pub.dev/packages/pin_code_fields您可以使用 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.您可以使用不同的形状和动画,它还可以处理删除中间文本时出现的问题。

You can use this awesome package for code pin_code_text_field您可以将这个很棒的 package 用于代码pin_code_text_field

It's a beautiful and highly customizable Flutter widget for entering pin code.这是一个漂亮且高度可定制的 Flutter widget ,用于输入 PIN 码。 Suitable for use cases such as login and OTP .适用于loginOTP等用例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM