Skip to content

Commit 0e48dbb

Browse files
committed
bumped to 7.2.0
1 parent d1211e9 commit 0e48dbb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# [7.2.0]
2+
3+
- Much requested feature placeholder has been added `hintCharacter`
4+
- `hintStyle` has been added to customize the hint TextStyle
5+
16
# [7.1.0]
27

38
- Added `useExternalAutoFillGroup` to use this widget with external `AutofillGroup`

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ A flutter package which will help you to generate pin code fields with beautiful
221221
final String? hintCharacter;
222222
223223
/// the style of the [hintCharacter], default is [fontSize: 20, fontWeight: FontWeight.bold]
224-
/// and it also uses the [textStyle]'s properties
224+
/// and it also uses the [textStyle]'s properties
225225
/// [TextStyle.color] is [Colors.grey]
226226
final TextStyle? hintStyle;
227227
@@ -322,6 +322,7 @@ Thanks to everyone whoever suggested their thoughts to improve this package. And
322322
<td align="center"><a href="https://github.com/tgbarker"><img src="https://avatars.githubusercontent.com/u/2621350?s=400&v=4" width="100px;" alt="tgbarker"/><br /><sub><b>tgbarker</b></sub></a><br /><a href="https://github.com/adar2378/pin_code_fields/commits?author=tgbarker" title="Code">💻</a></td>
323323
<td align="center"><a href="https://github.com/karabanovbs"><img src="https://avatars.githubusercontent.com/u/14288495?s=400&v=4" width="100px;" alt="karabanovbs"/><br /><sub><b>karabanovbs</b></sub></a><br /><a href="https://github.com/adar2378/pin_code_fields/commits?author=karabanovbs" title="Code">💻</a></td>
324324
<td align="center"><a href="https://github.com/adarsh-technocrat"><img src="https://avatars.githubusercontent.com/u/14288495?s=400&v=4" width="100px;" alt="adarsh-technocrat"/><br /><sub><b>Adarsh kumar singh</b></sub></a><br /><a href="https://github.com/adar2378/pin_code_fields/commits?author=adarsh-technocrat" title="Code">💻</a></td>
325+
<td align="center"><a href="https://github.com/adrianFarkas"><img src="https://avatars.githubusercontent.com/u/45693911?v=4" width="100px;" alt="adrianFarkas"/><br /><sub><b>Farkas Adrián</b></sub></a><br /><a href="https://github.com/adar2378/pin_code_fields/commits?author=adrianFarkas" title="Code">💻</a></td>
325326
</tr>
326327
</table>
327328

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pin_code_fields
22
description: A flutter package which will help you to generate pin code fields. Can be useful for OTP for example.
3-
version: 7.1.0
3+
version: 7.2.0
44
homepage: https://github.com/adar2378
55
repository: https://github.com/adar2378/pin_code_fields
66

0 commit comments

Comments
 (0)