- Fixed underline color
- Added
hasUnderline
option in pin box.
- Fixed cursor in cupertino, fixed #39, fixed textarea for paste code by SergeShkurko
- Added highlighted pinBox backgroundColor by heymars
- Implementation hide default keyboard by luffynas
- Implemented
show entire code when pasting
by MosesMa
- Fixed WrapAlignment bug
- Web support
- Added ProvidedPinBoxDecoration.roundedPinBoxDecoration
- Updated Examples
- Added highlight animation
- Added ability to change keyboard type
- Disallowed special characters when using numeric keyboard.
- Fixed #21 - Getting error dispose
- Fixed UI error whenever BorderSide color is set to ThemeData for focusedErrorBorder
errorBorder
,disabledBorder
,enabledBorder
- Fixed UI error whenever BorderSide color is set to ThemeData
- Fixed pin not showing up when
pinTextAnimatedSwitcherTransition
is set. - Fixed error when
TextEditingController
is not set
- Fixed
TextEditingController can only contain numeric
Error - Fixed
BoxConstraints has a negative minimum height
Error
TextEditingController
to set initial text to thePinCodeTextField
PinCodeTextField
will reflect changes made inTextEditingController
- Added supports run in
CupertinoApp
. For usage set propertyisCupertino: true
- Fixed a bug where focusNode is not disposed whenever parent widget is disposed
- Added
PinCodeTextFieldLayoutType
to adjust type of layouts such as auto adjust width or wrap
- Use
Wrap
instead ofRow
to display the Pin boxes
- Added
autofocus
property
- Refactored provided
PinBoxDecoration
toProvidedPinBoxDecoration
- Refactored provided
PinBoxTextAnimation
toProvidedPinBoxTextAnimation
- minor bug fix
Added customizable animation on texts
- added errorBorderColor
- added hasTextBorderColor
- added onTextChanged
- added pinTextAnimatedSwitcherTransition
- added pinTextAnimatedSwitcherDuration
- Added a few text properties
- maskCharacter
- pinCodeTextStyle
- First release of plugin
- Update with customizable BoxDecorator