Skip to content

i-am-uranium/underline-otp-textfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

underline_otp_text_field

Underline OTP TextField.

Usage

final TextEditingController _otpTextFieldController = TextEditingController();

UnderlineOtpTextField(
      textColor: Colors.white,
      underLineColor: Colors.white,
      onValueChanged: (value){print(value);},
      controller: _otpTextFieldController,
      )

Example screen

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages