File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : pin_code_fields
22description : 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
44homepage : https://github.com/adar2378
55repository : https://github.com/adar2378/pin_code_fields
66
You can’t perform that action at this time.
0 commit comments