pin_code_text_field 1.3.7
pin_code_text_field: ^1.3.7 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.7 16 July 2019 #
- Fixed #21 - Getting error dispose
1.3.6 7 May 2019 #
- Fixed UI error whenever BorderSide color is set to ThemeData for focusedErrorBorder
errorBorder
,disabledBorder
,enabledBorder
1.3.5 3 May 2019 #
- Fixed UI error whenever BorderSide color is set to ThemeData
1.3.4 24 April 2019 #
- Fixed pin not showing up when
pinTextAnimatedSwitcherTransition
is set. - Fixed error when
TextEditingController
is not set
1.3.3 24 April 2019 #
- Fixed
TextEditingController can only contain numeric
Error - Fixed
BoxConstraints has a negative minimum height
Error
1.3.2 16 April 2019 #
TextEditingController
to set initial text to thePinCodeTextField
PinCodeTextField
will reflect changes made inTextEditingController
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