File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 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+
16## 0.0.6-alpha
27
38* Update iOS SDK.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ packages:
6666 name: http
6767 url: "https://pub.dartlang.org"
6868 source: hosted
69- version: "0.13.3 "
69+ version: "0.13.4 "
7070 http_parser:
7171 dependency: transitive
7272 description:
@@ -95,13 +95,6 @@ packages:
9595 url: "https://pub.dartlang.org"
9696 source: hosted
9797 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"
10598 sky_engine:
10699 dependency: transitive
107100 description: flutter
@@ -164,5 +157,5 @@ packages:
164157 source: hosted
165158 version: "2.1.0"
166159sdks:
167- dart: ">=2.12 .0 <3.0.0"
160+ dart: ">=2.14 .0 <3.0.0"
168161 flutter: ">=1.20.0"
Original file line number Diff line number Diff line change 11name : hyperpay
22description : 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
44repository : https://github.com/nyartech/hyperpay
55
66environment :
You can’t perform that action at this time.
0 commit comments