pin_code_text_field 1.3.0
pin_code_text_field: ^1.3.0 copied to clipboard
A beautiful and highly customisable Flutter widget for entering pin code. Suitable for use cases such as login and OTP.
1.3.0 26 March 2019 #
- Added supports run in
CupertinoApp
. For usage set propertyisCupertino: true
- Fixed a bug where focusNode is not disposed whenever parent widget is disposed
1.2.1 6 March 2019 #
- Added
PinCodeTextFieldLayoutType
to adjust type of layouts such as auto adjust width or wrap
1.2.0 5 March 2019 #
- Use
Wrap
instead ofRow
to display the Pin boxes
1.1.3 29 January 2019 #
- Added
autofocus
property
1.1.2 17 December 2018 #
- Refactored provided
PinBoxDecoration
toProvidedPinBoxDecoration
- Refactored provided
PinBoxTextAnimation
toProvidedPinBoxTextAnimation
1.1.1 15 December 2018 #
- minor bug fix
1.1.0 15 December 2018 #
Added customizable animation on texts
- added errorBorderColor
- added hasTextBorderColor
- added onTextChanged
- added pinTextAnimatedSwitcherTransition
- added pinTextAnimatedSwitcherDuration
1.0.0 11 December 2018 #
- Added a few text properties
- maskCharacter
- pinCodeTextStyle
0.1.1 16 October 2018 #
- First release of plugin
0.0.3 16 October 2018 #
- Update with customizable BoxDecorator