pw_edit_field 2.0.0+1 copy "pw_edit_field: ^2.0.0+1" to clipboard
pw_edit_field: ^2.0.0+1 copied to clipboard

flutter Password input box, pure dart language.Support Android and iOS,No compatibility issues

pw_edit_field #

flutter 密码输入框

flutter password input box

Supported Platforms

  • Android
  • iOS

How to Use #

# add this line to your dependencies
pw_edit_field: ^2.0.0+1
import 'package:pw_edit_field/pw_edit_field.dart';
///输入完成后自动关闭输入法,并返回输入值
///Automatically close the input method after the input is completed, and return the input value

 PWEditField(
    textFieldCount: 6,
    onInputDone: (pw){
      
    },
  ),
  
  ///输入后,通过controller.text获取输入值
  ///After input, get the input value through controller.text
  
  PWEditField(
     textFieldCount: 3,
     controller: _controller,
   ),
  

1
likes
120
pub points
37%
popularity

Publisher

unverified uploader

flutter Password input box, pure dart language.Support Android and iOS,No compatibility issues

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on pw_edit_field