From f5b2480e1110e5bea1e642086036e654c04bbf32 Mon Sep 17 00:00:00 2001 From: nonlin-lin-chaos-order-etc-etal <19966907+nonlin-lin-chaos-order-etc-etal@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:51:40 +0800 Subject: [PATCH 1/2] Update http versions to make darttonconnect compatible with tonutils --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3fcb684..82fd08a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: sdk: flutter crypto: ^3.0.2 hex: ^0.2.0 - http: ^0.13.5 + http: '>=0.13.5 <=1.1.0' logger: ^1.3.0 pinenacl: ^0.5.1 universal_html: ^2.2.1 From aee3c1b614d7162f4a8b898b9cd2172825991827 Mon Sep 17 00:00:00 2001 From: nonlin-lin-chaos-order-etc-etal Date: Tue, 15 Oct 2024 09:07:13 +0800 Subject: [PATCH 2/2] Modified allowed http package versions to allow for compatibility with tonutils package --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa22af..5a09a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.4 + +- Modified allowed http package versions to allow for compatibility with tonutils package + ## 1.0.3 Breaking Changes: diff --git a/pubspec.yaml b/pubspec.yaml index 82fd08a..07aa316 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: darttonconnect description: Dart SDK for TON Connect. Use it to connect your app to TON wallets via TonConnect protocol. -version: 1.0.3 +version: 1.0.4 homepage: https://github.com/romanovichim/dartTonconnect environment: