You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ A flutter package which will help you to generate pin code fields with beautiful
36
36
## Notes
37
37
38
38
- 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]
40
40
-`FocosNode` and `TextEditingController` will get disposed automatically. Use `autoDisposeControllers = false` to disable it.
41
41
- to use v5.0.0 or above, developers must have Flutter SDK 1.20.0 or above.
0 commit comments