From 79cd843edfa5fb0a42920e891fc23d5dedcbe10e Mon Sep 17 00:00:00 2001 From: Uriel Strimber <70989961+uristrimber@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:05:31 -0300 Subject: [PATCH 1/3] Update card_field.dart --- packages/stripe/lib/src/widgets/card_field.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/stripe/lib/src/widgets/card_field.dart b/packages/stripe/lib/src/widgets/card_field.dart index 05826ceb..3f4dbf30 100644 --- a/packages/stripe/lib/src/widgets/card_field.dart +++ b/packages/stripe/lib/src/widgets/card_field.dart @@ -541,9 +541,7 @@ class _MethodChannelCardFieldState extends State<_MethodChannelCardField> void _handleCardChanged(dynamic arguments) { try { final map = Map.from(arguments); - final update = CardFieldInputDetails.fromJson( - Map.from(map['card']), - ); + final update = CardFieldInputDetails.fromJson(map); updateCardDetails(update, controller); widget.onCardChanged?.call(update); // ignore: avoid_catches_without_on_clauses From 3030e78eabd51833dc80bb34bb963d4bca2cc032 Mon Sep 17 00:00:00 2001 From: Uriel Strimber <70989961+uristrimber@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:06:37 -0300 Subject: [PATCH 2/3] Rename project from stripe_workspace to flutter_stripe_fork --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 35f8b514..8e701e73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: stripe_workspace +name: flutter_stripe_fork environment: sdk: '>=3.8.1 <4.0.0' From d8e5e3fded39163bc077da751038ed57e4ce0ce6 Mon Sep 17 00:00:00 2001 From: Uriel Strimber <70989961+uristrimber@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:49:23 -0300 Subject: [PATCH 3/3] Rename package from flutter_stripe_fork to stripe_workspace --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8e701e73..35f8b514 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: flutter_stripe_fork +name: stripe_workspace environment: sdk: '>=3.8.1 <4.0.0'