- Fix: fix fatal error
- Update: obscure text support emoji now.
- New: add 'enable' to control pin input.
- Update: complete example
readme.md
andpubspec.yaml
.
- New: no need to correct user's input.
- New: align actual text in center to make popup window more natural.
- New: obscure mode is always on now.
- New: add
textInputAction
to control TextInputAction.
PinEditingController
constructor must provide pinLength.PinEditingController
constructor provide new fieldautoDispose
to simplify dispose.PinTextField
constructor removewidth
andheight
field, if you want customize size of thePinInputTextField
, you can wrap aContainer
widget.
- change default color of underlineDecoration from Colors.Black to Colors.cyan.
- add more detail example.
- add keyboardType & inputFormatters control.
- add autoFocus & focusNode control.
- add controller to assign pin.
- change license from MIT to Apache.
- add comment to help understand source code.
- add obscure style to be more customize.
- add onPinChanged to observe the text changed.
- add solidColor to set background color in BoxLooseDecoration & BoxTightDecoration.
- add enteredColor for UnderlineDecoration&BoxLooseDecoration.
- remove const default variable in PinInputTextField.
- fix wrong place in painting
- first commit.