Skip to content

Commit 2d29a99

Browse files
committed
updated docs
1 parent 4457f80 commit 2d29a99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Breaking changes ⚠️
1010

1111
- Must provide context in the `appContext` parameter.
12+
- Minimum Flutter version is set to 1.20.0
1213

1314
# [4.0.0]
1415

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ A flutter package which will help you to generate pin code fields with beautiful
3838
- To enable "Fill color" for each cells, `enableActiveFill` must be set to `true`. The default value is `false`.
3939
- To change the keyboard type, for example to use only number keyboard, or only for email use `textInputType` parameter, default is [TextInputType.visiblePassword]
4040
- The print statements will only show during debug mode.
41+
- to use v5.0.0 or above, developers must have Flutter SDK 1.20.0 or above.
4142

4243
## Properties 🔖
4344

0 commit comments

Comments
 (0)