0.0.10, remove that pesky Y

This commit is contained in:
Nathan Anderson 2023-12-07 16:03:02 -07:00
parent 713f35c692
commit dcc5cf010f
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.0.10
- One little 'Y' I missed
## 0.0.9
- Drastically improved usability and performance with flutter web and canvaskit renderer, especially on mobile

View File

@ -498,7 +498,7 @@ class CardTextFieldState extends State<CardTextField> {
if (_isMobile &&
_expirationController.text ==
'\u200b')
Text('MM/YYY', style: _hintTextSyle),
Text('MM/YY', style: _hintTextSyle),
TextFormField(
key: const Key('expiration_field'),
focusNode: expirationFocusNode,

View File

@ -1,6 +1,6 @@
name: stripe_native_card_field
description: A native flutter implementation of the elegant Stripe Card Field.
version: 0.0.9
version: 0.0.10
repository: https://git.fosscat.com/n8r/stripe_native_card_field
environment: