File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.7-alpha
2
+
3
+ * Fix a bug with ` Content-Type ` header.
4
+ * Throw an exception for badly structured backend response.
5
+
1
6
## 0.0.6-alpha
2
7
3
8
* Update iOS SDK.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ packages:
66
66
name: http
67
67
url: "https://pub.dartlang.org"
68
68
source: hosted
69
- version: "0.13.3 "
69
+ version: "0.13.4 "
70
70
http_parser:
71
71
dependency: transitive
72
72
description:
@@ -95,13 +95,6 @@ packages:
95
95
url: "https://pub.dartlang.org"
96
96
source: hosted
97
97
version: "1.8.0"
98
- pedantic:
99
- dependency: transitive
100
- description:
101
- name: pedantic
102
- url: "https://pub.dartlang.org"
103
- source: hosted
104
- version: "1.11.1"
105
98
sky_engine:
106
99
dependency: transitive
107
100
description: flutter
@@ -164,5 +157,5 @@ packages:
164
157
source: hosted
165
158
version: "2.1.0"
166
159
sdks:
167
- dart: ">=2.12 .0 <3.0.0"
160
+ dart: ">=2.14 .0 <3.0.0"
168
161
flutter: ">=1.20.0"
Original file line number Diff line number Diff line change 1
1
name : hyperpay
2
2
description : A plugin to wrap HyperPay mobile SDK for iOS and Android, used to accept payments in Flutter apps using HyperPay Payments Gateway.
3
- version : 0.0.6 -alpha
3
+ version : 0.0.7 -alpha
4
4
repository : https://github.com/nyartech/hyperpay
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments