Skip to content

Commit 574acfb

Browse files
authored
Release 1211 (#2261)
* chore(release): publish packages - [email protected] * chore(release): publish packages - [email protected] * chore(release): publish packages - [email protected]
1 parent 7945339 commit 574acfb

File tree

8 files changed

+89
-6
lines changed

8 files changed

+89
-6
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,74 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-11-15
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`flutter_stripe` - `v12.1.1`](#flutter_stripe---v1211)
19+
20+
---
21+
22+
#### `flutter_stripe` - `v12.1.1`
23+
24+
25+
## 2025-11-15
26+
27+
### Changes
28+
29+
---
30+
31+
Packages with breaking changes:
32+
33+
- There are no breaking changes in this release.
34+
35+
Packages with other changes:
36+
37+
- [`flutter_stripe_web` - `v7.1.1`](#flutter_stripe_web---v711)
38+
39+
---
40+
41+
#### `flutter_stripe_web` - `v7.1.1`
42+
43+
44+
## 2025-11-15
45+
46+
### Changes
47+
48+
---
49+
50+
Packages with breaking changes:
51+
52+
- There are no breaking changes in this release.
53+
54+
Packages with other changes:
55+
56+
- [`stripe_platform_interface` - `v12.1.1`](#stripe_platform_interface---v1211)
57+
- [`flutter_stripe_web` - `v7.1.1`](#flutter_stripe_web---v711)
58+
- [`flutter_stripe` - `v12.1.1`](#flutter_stripe---v1211)
59+
60+
Packages with dependency updates only:
61+
62+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
63+
64+
- `flutter_stripe_web` - `v7.1.1`
65+
- `flutter_stripe` - `v12.1.1`
66+
67+
---
68+
69+
#### `stripe_platform_interface` - `v12.1.1`
70+
71+
- FIX: #2064 crash collect bankaccounttoken
72+
73+
674
## 2025-10-28
775

876
### Changes

packages/stripe/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 12.1.1
2+
3+
**Fixes**
4+
- 2064 crash collect bankaccounttoken
5+
16
## 12.1.0
27

38
**Features**

packages/stripe/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_stripe
22
description: Flutter library for Stripe. Supports PaymentSheets, Apple & Google Pay, SCA, PSD2 and much more.
3-
version: 12.1.0
3+
version: 12.1.1
44
homepage: https://github.com/flutter-stripe/flutter_stripe
55
repository: https://github.com/flutter-stripe/flutter_stripe
66

@@ -24,7 +24,7 @@ dependencies:
2424
meta: ^1.8.0
2525
stripe_android: ^12.1.0
2626
stripe_ios: ^12.1.0
27-
stripe_platform_interface: ^12.1.0
27+
stripe_platform_interface: ^12.1.1
2828
dev_dependencies:
2929
flutter_test:
3030
sdk: flutter

packages/stripe_platform_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 12.1.1
2+
3+
**Fixes**
4+
- 2064 crash collect bankaccounttoken
5+
16
## 12.1.0
27

38
**Features**

packages/stripe_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stripe_platform_interface
22
description: Platform interface for stripe sdk
3-
version: 12.1.0
3+
version: 12.1.1
44
repository: https://github.com/flutter-stripe/flutter_stripe
55
homepage: https://pub.dev/packages/flutter_stripe
66

packages/stripe_web/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 7.1.1
2+
3+
**Fixes**
4+
- 2064 crash collect bankaccounttoken
5+
16
## 7.1.0
27

38
**Features**

packages/stripe_web/lib/src/web_stripe.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ class WebStripe extends StripePlatform {
511511
@override
512512
Future<FinancialConnectionTokenResult> collectBankAccountToken({
513513
required String clientSecret,
514-
CollectBankAccountTokenParams? params,
514+
required CollectBankAccountTokenParams params,
515515
}) {
516516
throw WebUnsupportedError.method('collectBankAccountToken');
517517
}

packages/stripe_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_stripe_web
22
description: Stripe sdk bindings for the Flutter web platform. This package contains the implementation of the platform interface for web.
3-
version: 7.1.0
3+
version: 7.1.1
44
homepage: https://github.com/flutter-stripe/flutter_stripe
55

66
environment:
@@ -13,7 +13,7 @@ dependencies:
1313
flutter_web_plugins:
1414
sdk: flutter
1515
freezed_annotation: ^3.1.0
16-
stripe_platform_interface: ^12.1.0
16+
stripe_platform_interface: ^12.1.1
1717
stripe_js: ^7.1.0
1818
web: ^1.0.0
1919

0 commit comments

Comments
 (0)