pin_input_text_field
A textField widget to help display different style pin written in pure dart, no extra dependency.
4.5.2
231K downloads/mo
#801 most downloaded on pub.dev
TinoGuo/pin_input_text_field
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 1.2 years
Nearly every release is documented
notes for 39 of 40 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
42 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
42 releases · Dec 2018 to Aug 2024Releases
latest 42-
4.5.222 Aug 2024 -
4.5.125 Jun 2023 -
4.5.019 Feb 2023Release notes
Open source →- New:
- Support cursor with orientation and offset
- Add TextFieldTapRegion and callback Breaking Change
- No more support below 3.7.0
- No default decoration provided in PinInputTextField
- PinDecoration is not const
- New:
-
4.4.119 Feb 2023Release notes
Open source →- Revert parameter changes 4.2.0 between 4.4.0 inclusively, this version will be the last version to support below 3.7.0
-
4.4.007 Feb 2023 -
4.3.005 Feb 2023Release notes
Open source →- Adapt to new flutter version and rename deprecated fields
- Upgrade lint version
-
4.2.010 Sep 2022 -
4.1.219 Mar 2022 -
4.1.125 Sep 2021 -
4.1.022 May 2021 -
4.0.014 Mar 2021 -
4.0.0-nullsafety.101 Feb 2021 pre-releaseNothing published for this version
-
4.0.0-nullsafety.023 Jan 2021 pre-releaseNothing published for this version
-
3.3.107 Feb 2021 -
3.3.031 Dec 2020Release notes
Open source →- Update:
inputFormatterreplace withinputFormattersto keep same as TextField. - Remove: Unused assert, Default inputFormatters.
- Update:
-
3.2.029 Dec 2020Release notes
Open source →- New: Cursor display #56
- Hint: Cursor would override hintText is enabled.
-
3.1.222 Dec 2020 -
3.1.107 Sep 2020 -
3.1.005 Sep 2020Release notes
Open source →- Breaking Change, the
coloris renamed tocolorBuilderas well as enterColor, thesolidColoris renamed tobgColorBuilder - New: Support stroke color and background color change when enter new pin
- Fix: InnerRadius overlap the stroke
- Fix: Some scenarios not update the paint
- Breaking Change, the
-
3.0.730 Aug 2020 -
3.0.630 Aug 2020Release notes
Open source →- Fix: Disabled inputDecoration theme in widget
- Fix: add minimize font size 1 in web
-
3.0.522 Aug 2020 -
3.0.405 Jul 2020 -
3.0.314 Jun 2020Release notes
Open source →- New: support copy-past pin
- New: support control
autocorrect - Update: Default obscureText
•
-
3.0.201 Jun 2020 -
3.0.102 Jan 2020 -
3.0.030 Dec 2019Release notes
Open source →- Update: minimum sdk version - 2.7
- New: add built-in
CircleDecoration - New: support customized decoration, you can draw anything you want from now!
-
2.1.024 Oct 2019Release notes
Open source →- New: add
hintTextfor allPinDecoration. - New: custom gapSpace support for
UnderlineDecorationandBoxLooseDecoration.
- New: add
-
2.0.316 Oct 2019Release notes
Open source →- New: add
onChangedparameter. - Fix: fix null controller will not work in
PinInputTextFormField.
- New: add
-
2.0.208 Oct 2019 -
2.0.127 Sep 2019Release notes
Open source →- New: add 'PinInputTextFormField' to support form validate. Thanks to rajajain08.
-
2.0.012 Aug 2019Release notes
Open source →- Update: parameter
pinEditingControllerrenamed tocontroller. - Remove: remove the
PinEditingControllerclass, just simply useTextEditingController. - Fix: support dynamically changing of length & controller.
- New: allow custom
key. - Notice: Please set the selection when you set the text programmatically.
- Update: parameter
-
1.0.123 Jun 2019 -
1.0.023 Jun 2019 -
0.4.023 May 2019 -
0.3.112 May 2019 -
0.3.009 Apr 2019Release notes
Open source →- 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
textInputActionto control TextInputAction.
Breaking Change
PinEditingControllerconstructor must provide pinLength.PinEditingControllerconstructor provide new fieldautoDisposeto simplify dispose.PinTextFieldconstructor removewidthandheightfield, if you want customize size of thePinInputTextField, you can wrap aContainerwidget.
-
0.2.123 Jan 2019Release notes
Open source →- change default color of underlineDecoration from Colors.Black to Colors.cyan.
- add more detail example.
-
0.2.020 Jan 2019Release notes
Open source →- add keyboardType & inputFormatters control.
- add autoFocus & focusNode control.
- add controller to assign pin.
-
0.1.109 Jan 2019 -
0.1.009 Jan 2019Release notes
Open source →- 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
-
0.0.131 Dec 2018Nothing published for this version