File tree Expand file tree Collapse file tree 6 files changed +39
-4
lines changed
stripe_platform_interface Expand file tree Collapse file tree 6 files changed +39
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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+ - [ ` stripe_platform_interface ` - ` v12.1.1 ` ] ( #stripe_platform_interface---v1211 )
19+ - [ ` flutter_stripe_web ` - ` v7.1.1 ` ] ( #flutter_stripe_web---v711 )
20+ - [ ` flutter_stripe ` - ` v12.1.1 ` ] ( #flutter_stripe---v1211 )
21+
22+ Packages with dependency updates only:
23+
24+ > 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.
25+
26+ - ` flutter_stripe_web ` - ` v7.1.1 `
27+ - ` flutter_stripe ` - ` v12.1.1 `
28+
29+ ---
30+
31+ #### ` stripe_platform_interface ` - ` v12.1.1 `
32+
33+ - FIX: #2064 crash collect bankaccounttoken
34+
35+
636## 2025-10-28
737
838### Changes
Original file line number Diff line number Diff line change @@ -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
2828dev_dependencies :
2929 flutter_test :
3030 sdk : flutter
Original file line number Diff line number Diff line change 1+ ## 12.1.1
2+
3+ ** Fixes**
4+ - 2064 crash collect bankaccounttoken
5+
16## 12.1.0
27
38** Features**
Original file line number Diff line number Diff line change 11name : stripe_platform_interface
22description : Platform interface for stripe sdk
3- version : 12.1.0
3+ version : 12.1.1
44repository : https://github.com/flutter-stripe/flutter_stripe
55homepage : https://pub.dev/packages/flutter_stripe
66
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments