From 3d186950f78a0b1b014182e508526cfbb14c2496 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Tue, 13 Feb 2024 11:54:15 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20SDK=20Dart=203.3?= =?UTF-8?q?.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ pubspec.lock | 9 ++++----- pubspec.yaml | 12 ++++++------ 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8319109..707f48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +## 1.0.11 +- Update Archethic Dart SDK version 3.3.7 + ## 1.0.10 - Connect waits for connection to be ready or failed. diff --git a/pubspec.lock b/pubspec.lock index 151cf21..a4fff1a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -28,11 +28,10 @@ packages: archethic_lib_dart: dependency: "direct main" description: - path: "." - ref: "126-manage-http-status-code-in-callscfunction-method" - resolved-ref: "262d1903ef1b158e753920fa920d684d22942884" - url: "https://github.com/archethic-foundation/libdart.git" - source: git + name: archethic_lib_dart + sha256: a327b4838ae3c39b14905e01199899befa11568734b0f7f7ed950c88d936af44 + url: "https://pub.dev" + source: hosted version: "3.3.7" archive: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 34e0028..824a78f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: archethic_wallet_client description: A client dart library to interact with Archethic Wallet RPC API. -version: 1.0.10 +version: 1.0.11 homepage: https://github.com/archethic-foundation/archethic-wallet-client-dart environment: @@ -8,11 +8,11 @@ environment: dependencies: # Archethic dart library for Flutter - #archethic_lib_dart: ^3.3.0 - archethic_lib_dart: - git: - url: https://github.com/archethic-foundation/libdart.git - ref: 126-manage-http-status-code-in-callscfunction-method + archethic_lib_dart: ^3.3.0 + #archethic_lib_dart: + # git: + # url: https://github.com/archethic-foundation/libdart.git + # ref: 126-manage-http-status-code-in-callscfunction-method # A RPC-via-deeplink communication library coded in Dart. This is dedicated to Flutter mobile applications (iOS / Android). deeplink_rpc: ^1.0.5