pinput 0.2.4 copy "pinput: ^0.2.4" to clipboard
pinput: ^0.2.4 copied to clipboard

outdated

Flutter package to create Pin code input text field with every pixel customization possibility and beautiful animations

Changelog #

0.2.4 -05/19/2020 #

🔥🚀 Fixed Focus problems. Updated readme.

0.2.3 -04/12/2020 #

🔥🚀 Fixed Focus on click after back button click

0.2.2 -04/09/2020 #

🔥🚀 Fixed Demo urls

0.2.1 -04/09/2020 #

🔥🚀 Minor fixes and demos

0.2.0 -04/07/2020 #

🔥🚀 Added some useful Documentation

0.2.0-dev.1 -04/07/2020 #

🔥🚀 Breaking changes, changed widget building logic so now it supports:

  • Backspace on keyboard
  • Every pixel customization
  • Nice animations
  • Form validation
  • Ios auto fill - testing needed

0.1.10 -02/08/2019 #

👍 With the help of community: @xportation

  • Added Set autofocus on the first field when the attribute is defined|

0.1.9 -07/02/2019 #

  • Added
Property Default/Meaning
onClear Clear button callback

0.1.8 -06/14/2019 #

👍 With the help of community: @datvo0110, @almeynman

  • Fixed minor bugs
  • Added
Property Default/Meaning
containerHeight 100.0

0.1.7 -05/12/2019 #

👍 With the help of community: @datvo0110, @mwgriffiths88, @inromualdo

  • Fixed minor bugs, check clipboard when app is resumed...
  • Added Properties ability to hide keyboard & custumize more
Property Default/Meaning
textCapitalization TextCapitalization.none

0.1.6 -01/17/2019 #

  • Added Properties ability to hide keyboard & custumize more
Property Default/Meaning
clearButtonIcon Icon(Icons.backspace, size: 30)
pasteButtonIcon Icon(Icons.content_paste, size: 30)
unFocusWhen Default is False, True to hide keyboard
textStyle TextStyle(fontSize: 30)
spaceBetween space between fields Default: 10.0
inputDecoration Ability to style field's border, padding etc...

0.1.5 - 12/17/2018 #

  • Added Copy From Clipboard fnctionality if copied text length is equal to fields count
Property Default
pasteButtonIcon Icons.content_paste

*Note that

clearButtonEnabled will change with actionButtonEnabled in next release, right now if it is true both clear and paste functinality works

0.1.4 - 10/31/2018 #

  • Added
Property Default
autoFocus true

0.1.3+1 - 11026/2018 #

  • Minor fixes

0.1.3 - 10/26/2018 #

  • Transformed plugin to MVVM pattern
  • Fixed onSubmit call when all fieds aren't filled
  • Updated Demo
  • Added
Property Default
clearButtonIcon Icons.backspace
clearButtonEnabled true
clearButtonColor 0xFF66BB6A

0.1.2 - 10/24/2018 #

  • Added
Property Default
borderRadius 5.0
keybaordType number
keyboardAction next

0.1.1 - 10/24/2018 #

  • Added
Property Default
onSubmit Function
fieldsCount 4
isTextObscure false
fontSize 40.0

0.0.1 - 10/24/2018 #

  • Initial release, working base functionality
2505
likes
0
pub points
99%
popularity

Publisher

verified publisherfman.ge

Flutter package to create Pin code input text field with every pixel customization possibility and beautiful animations

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pinput