pin_input_text_field 0.1.1 copy "pin_input_text_field: ^0.1.1" to clipboard
pin_input_text_field: ^0.1.1 copied to clipboard

outdated

A textField widget to help display different style pin

pin_input_text_field #

A textField widget to help display different style pin

Example #

UnderlineDecoration

BoxLooseDecoration

BoxTightDecoration

Installing #

Install the latest version from pub.

Usage #

PinInputTextField(
              onSubmit: (pin) {
                //Add submit action.
              },
              pinLength: 6,     // The length of the pin
              decoration: BoxTightDecoration(), // or BoxLooseDecoration, UnderlineDecoration
              width: 300.0,
              height: 48.0,
            );
139
likes
0
pub points
97%
popularity

Publisher

verified publishertinocheng.app

A textField widget to help display different style pin

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pin_input_text_field