Skip to content

Commit

Permalink
⬆️ Upgrade SDK Dart 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Feb 13, 2024
1 parent 148f370 commit 3d18695
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
9 changes: 4 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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:
sdk: ">=3.1.0 <4.0.0"

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
Expand Down

0 comments on commit 3d18695

Please sign in to comment.