0.0.10, remove that pesky Y
This commit is contained in:
parent
713f35c692
commit
dcc5cf010f
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.0.10
|
||||||
|
|
||||||
|
- One little 'Y' I missed
|
||||||
|
|
||||||
## 0.0.9
|
## 0.0.9
|
||||||
|
|
||||||
- Drastically improved usability and performance with flutter web and canvaskit renderer, especially on mobile
|
- Drastically improved usability and performance with flutter web and canvaskit renderer, especially on mobile
|
||||||
|
|
|
@ -498,7 +498,7 @@ class CardTextFieldState extends State<CardTextField> {
|
||||||
if (_isMobile &&
|
if (_isMobile &&
|
||||||
_expirationController.text ==
|
_expirationController.text ==
|
||||||
'\u200b')
|
'\u200b')
|
||||||
Text('MM/YYY', style: _hintTextSyle),
|
Text('MM/YY', style: _hintTextSyle),
|
||||||
TextFormField(
|
TextFormField(
|
||||||
key: const Key('expiration_field'),
|
key: const Key('expiration_field'),
|
||||||
focusNode: expirationFocusNode,
|
focusNode: expirationFocusNode,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: stripe_native_card_field
|
name: stripe_native_card_field
|
||||||
description: A native flutter implementation of the elegant Stripe 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
|
repository: https://git.fosscat.com/n8r/stripe_native_card_field
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user