🔥🚀 Merged PRs and Fixed common issues
🔥🚀
Now PinPut supports custom numpad.(See demos)
Added checkClipboard property
🔥🚀 Migrated to Null safety
🔥🚀
Updated Example, Increased package version to 1.0.0 in order to make it more trustful
🔥🚀
Added cursor, preFilledWidget, mainAxisSize and autovalidateMode properties.
🔥🚀
Added fake cursor, separatorPositions, separator and optimized project with the help of community. credits to @furaiev, @Holofox,
🔥🚀 Fixed Focus problems. Updated readme.
🔥🚀 Fixed Focus on click after back button click
🔥🚀 Fixed Demo urls
🔥🚀 Minor fixes and demos
🔥🚀 Added some useful Documentation
🔥🚀 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
👍 With the help of community: @xportation
- Added Set autofocus on the first field when the attribute is defined|
- Added
| Property | Default/Meaning |
|---|---|
| onClear | Clear button callback |
👍 With the help of community: @datvo0110, @almeynman
- Fixed minor bugs
- Added
| Property | Default/Meaning |
|---|---|
| containerHeight | 100.0 |
👍 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 |
- 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... |
- 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
- Added
| Property | Default |
|---|---|
| autoFocus | true |
- Minor fixes
- 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 |
- Added
| Property | Default |
|---|---|
| borderRadius | 5.0 |
| keybaordType | number |
| keyboardAction | next |
- Added
| Property | Default |
|---|---|
| onSubmit | Function |
| fieldsCount | 4 |
| isTextObscure | false |
| fontSize | 40.0 |
- Initial release, working base functionality