Skip to content

Commit 31e9325

Browse files
committed
bumped to 5.1.0
1 parent 5f9d94f commit 31e9325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A flutter package which will help you to generate pin code fields with beautiful
3636
## Notes
3737

3838
- To enable "Fill color" for each cells, `enableActiveFill` must be set to `true`. The default value is `false`.
39-
- To change the keyboard type, for example to use only number keyboard, or only for email use `textInputType` parameter, default is [TextInputType.visiblePassword]
39+
- To change the keyboard type, for example to use only number keyboard, or only for email use `keyboardType` parameter, default is [TextInputType.visiblePassword]
4040
- `FocosNode` and `TextEditingController` will get disposed automatically. Use `autoDisposeControllers = false` to disable it.
4141
- to use v5.0.0 or above, developers must have Flutter SDK 1.20.0 or above.
4242

0 commit comments

Comments
 (0)