File tree Expand file tree Collapse file tree 5 files changed +60
-4
lines changed Expand file tree Collapse file tree 5 files changed +60
-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-04-16
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_web ` - ` v6.5.0 ` ] ( #flutter_stripe_web---v650 )
19+
20+ ---
21+
22+ #### ` flutter_stripe_web ` - ` v6.5.0 `
23+
24+ - Bug fixes
25+
26+
27+ ## 2025-04-16
28+
29+ ### Changes
30+
31+ ---
32+
33+ Packages with breaking changes:
34+
35+ - There are no breaking changes in this release.
36+
37+ Packages with other changes:
38+
39+ - [ ` stripe_js ` - ` v6.4.0 ` ] ( #stripe_js---v640 )
40+ - [ ` flutter_stripe_web ` - ` v6.4.1 ` ] ( #flutter_stripe_web---v641 )
41+
42+ Packages with dependency updates only:
43+
44+ > 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.
45+
46+ - ` flutter_stripe_web ` - ` v6.4.1 `
47+
48+ ---
49+
50+ #### ` stripe_js ` - ` v6.4.0 `
51+
52+ - Use latest platform interface
53+
54+
655## 2025-01-18
756
857### Changes
Original file line number Diff line number Diff line change 1+ ## 6.4.0
2+ - Use latest platform interface
3+
14## 6.3.0
25** Features**
36- Add P24 support on Stripe web
Original file line number Diff line number Diff line change 11name : stripe_js
22description : Stripe.js bindings for dart. This package is used by Stripe web so that the Stripe js sdk can be invoked directly.
3- version : 6.3 .0
3+ version : 6.4 .0
44homepage : https://github.com/flutter-stripe/flutter_stripe
55
66environment :
Original file line number Diff line number Diff line change 1- ## 6.4 .1
1+ ## 6.5 .1
22- remove usage of ` dart:ui ` in favor of ` dart:ui_web `
33
4+ ## 6.5.0
5+ - Bug fixes
6+ - Alignment with latest platform interface
7+
48## 6.4.0
59
610** Features**
Original file line number Diff line number Diff line change 11name : flutter_stripe_web
22description : Stripe sdk bindings for the Flutter web platform. This package contains the implementation of the platform interface for web.
3- version : 6.4 .1
3+ version : 6.5 .1
44homepage : https://github.com/flutter-stripe/flutter_stripe
55
66environment :
@@ -14,7 +14,7 @@ dependencies:
1414 sdk : flutter
1515 freezed_annotation : ^2.0.3
1616 stripe_platform_interface : ^11.5.0
17- stripe_js : ^6.3 .0
17+ stripe_js : ^6.4 .0
1818 web : ^1.0.0
1919
2020dev_dependencies :
You can’t perform that action at this time.
0 commit comments