This commit is contained in:
Rafael Saes 2024-11-28 15:37:15 -03:00
parent a2bbd6a471
commit 143e5d7429
5 changed files with 58 additions and 38 deletions

View file

@ -86,16 +86,20 @@ packages:
bitcoin_base: bitcoin_base:
dependency: "direct overridden" dependency: "direct overridden"
description: description:
path: "/home/rafael/Working/bitcoin_base" path: "."
relative: false ref: cake-update-v15
source: path resolved-ref: "49db5748d2edc73c0c8213e11ab6a39fa3a7ff7f"
url: "https://github.com/cake-tech/bitcoin_base.git"
source: git
version: "4.7.0" version: "4.7.0"
blockchain_utils: blockchain_utils:
dependency: "direct main" dependency: "direct main"
description: description:
path: "/home/rafael/Working/blockchain_utils" path: "."
relative: false ref: cake-update-v3
source: path resolved-ref: "9b64c43bcfe129e7f01300a63607fde083dd0357"
url: "https://github.com/cake-tech/blockchain_utils"
source: git
version: "3.3.0" version: "3.3.0"
bluez: bluez:
dependency: transitive dependency: transitive
@ -411,10 +415,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: google_identity_services_web name: google_identity_services_web
sha256: "55580f436822d64c8ff9a77e37d61f5fb1e6c7ec9d632a43ee324e2a05c3c6c9" sha256: "0c56c2c5d60d6dfaf9725f5ad4699f04749fb196ee5a70487a46ef184837ccf6"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.3.3" version: "0.3.0+2"
googleapis_auth: googleapis_auth:
dependency: transitive dependency: transitive
description: description:
@ -467,10 +471,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: http name: http
sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010 sha256: a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.2.2" version: "1.2.0"
http2: http2:
dependency: transitive dependency: transitive
description: description:
@ -845,10 +849,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: shared_preferences_web name: shared_preferences_web
sha256: d2ca4132d3946fec2184261726b355836a82c33d7d5b67af32692aff18a4684e sha256: "7b15ffb9387ea3e237bb7a66b8a23d2147663d391cafc5c8f37b2e7b4bde5d21"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "2.4.2" version: "2.2.2"
shared_preferences_windows: shared_preferences_windows:
dependency: transitive dependency: transitive
description: description:
@ -913,9 +917,11 @@ packages:
sp_scanner: sp_scanner:
dependency: "direct main" dependency: "direct main"
description: description:
path: "/home/rafael/Working/sp_scanner" path: "."
relative: false ref: cake-update-v3
source: path resolved-ref: "2c21e53fd652e0aee1ee5fcd891376c10334237b"
url: "https://github.com/cake-tech/sp_scanner.git"
source: git
version: "0.0.1" version: "0.0.1"
stack_trace: stack_trace:
dependency: transitive dependency: transitive
@ -1041,26 +1047,18 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: web name: web
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb sha256: "4188706108906f002b3a293509234588823c8c979dc83304e229ff400c996b05"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.1.0" version: "0.4.2"
web_socket:
dependency: transitive
description:
name: web_socket
sha256: "3c12d96c0c9a4eec095246debcea7b86c0324f22df69893d538fcc6f1b8cce83"
url: "https://pub.dev"
source: hosted
version: "0.1.6"
web_socket_channel: web_socket_channel:
dependency: transitive dependency: transitive
description: description:
name: web_socket_channel name: web_socket_channel
sha256: "9f187088ed104edd8662ca07af4b124465893caf063ba29758f97af57e61da8f" sha256: "939ab60734a4f8fa95feacb55804fa278de28bdeef38e616dc08e44a84adea23"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.0.1" version: "2.4.3"
xdg_directories: xdg_directories:
dependency: transitive dependency: transitive
description: description:

View file

@ -27,12 +27,16 @@ dependencies:
rxdart: ^0.28.0 rxdart: ^0.28.0
cryptography: ^2.0.5 cryptography: ^2.0.5
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils git:
url: https://github.com/cake-tech/blockchain_utils
ref: cake-update-v3
cw_mweb: cw_mweb:
path: ../cw_mweb path: ../cw_mweb
grpc: ^3.2.4 grpc: ^3.2.4
sp_scanner: sp_scanner:
path: /home/rafael/Working/sp_scanner git:
url: https://github.com/cake-tech/sp_scanner.git
ref: cake-update-v3
bech32: bech32:
git: git:
url: https://github.com/cake-tech/bech32.git url: https://github.com/cake-tech/bech32.git
@ -58,9 +62,13 @@ dependency_overrides:
watcher: ^1.1.0 watcher: ^1.1.0
protobuf: ^3.1.0 protobuf: ^3.1.0
bitcoin_base: bitcoin_base:
path: /home/rafael/Working/bitcoin_base git:
url: https://github.com/cake-tech/bitcoin_base.git
ref: cake-update-v15
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils git:
url: https://github.com/cake-tech/blockchain_utils
ref: cake-update-v3
pointycastle: 3.7.4 pointycastle: 3.7.4
ffi: 2.1.0 ffi: 2.1.0

View file

@ -26,7 +26,9 @@ dependencies:
url: https://github.com/cake-tech/bitbox-flutter.git url: https://github.com/cake-tech/bitbox-flutter.git
ref: Add-Support-For-OP-Return-data ref: Add-Support-For-OP-Return-data
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils git:
url: https://github.com/cake-tech/blockchain_utils
ref: cake-update-v3
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
@ -38,9 +40,13 @@ dev_dependencies:
dependency_overrides: dependency_overrides:
watcher: ^1.1.0 watcher: ^1.1.0
bitcoin_base: bitcoin_base:
path: /home/rafael/Working/bitcoin_base git:
url: https://github.com/cake-tech/bitcoin_base.git
ref: cake-update-v15
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils git:
url: https://github.com/cake-tech/blockchain_utils
ref: cake-update-v3
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec

View file

@ -16,9 +16,13 @@ dependencies:
cw_evm: cw_evm:
path: ../cw_evm path: ../cw_evm
on_chain: on_chain:
path: /home/rafael/Working/On_chain git:
url: https://github.com/cake-tech/on_chain.git
ref: cake-update-v3
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils git:
url: https://github.com/cake-tech/blockchain_utils
ref: cake-update-v3
mobx: ^2.3.0+1 mobx: ^2.3.0+1
bip39: ^1.0.6 bip39: ^1.0.6
hive: ^2.2.3 hive: ^2.2.3
@ -33,7 +37,9 @@ dev_dependencies:
dependency_overrides: dependency_overrides:
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils git:
url: https://github.com/cake-tech/blockchain_utils
ref: cake-update-v3
flutter: flutter:
# assets: # assets:

View file

@ -142,7 +142,9 @@ dependency_overrides:
flutter_secure_storage_platform_interface: 1.0.2 flutter_secure_storage_platform_interface: 1.0.2
protobuf: ^3.1.0 protobuf: ^3.1.0
bitcoin_base: bitcoin_base:
path: /home/rafael/Working/bitcoin_base git:
url: https://github.com/cake-tech/bitcoin_base.git
ref: cake-update-v15
ffi: 2.1.0 ffi: 2.1.0
flutter_icons: flutter_icons: