pinput 0.1.3+1
pinput: ^0.1.3+1 copied to clipboard
This widget keeps whole space of parent's width and lay outs text fields in a way that creats look of PIN CODE input field.
Changelog #
0.1.3+1 11/26/2018 #
- Minor fixes
0.1.3 11/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 11/24/2018 #
- Added
| Property | Default |
|---|---|
| borderRadius | 5.0 |
| keybaordType | number |
| keyboardAction | next |
0.1.1 11/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