Skip to content

Commit

Permalink
bumped to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adar2378 committed Sep 16, 2020
1 parent 5f9d94f commit 31e9325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A flutter package which will help you to generate pin code fields with beautiful
## Notes

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

Expand Down

0 comments on commit 31e9325

Please sign in to comment.