Skip to content

Commit

Permalink
update pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Jul 14, 2024
1 parent d83e8fb commit 6c38c1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ packages:
blockchain_utils:
dependency: "direct main"
description:
path: "../../blockchain_utils"
relative: true
source: path
name: blockchain_utils
sha256: aebc3a32b927b34f638817c4bfdb85f86a97e6ad35f0cd962660b0c6e8d5c56b
url: "https://pub.dev"
source: hosted
version: "3.3.0"
boolean_selector:
dependency: transitive
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ dependencies:
cupertino_icons: ^1.0.2
bitcoin_base:
path: ../
blockchain_utils:
path: ../../blockchain_utils
# blockchain_utils: ^3.3.0
# blockchain_utils:
# path: ../../blockchain_utils
blockchain_utils: ^3.3.0
http: ^1.2.0

dev_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ environment:


dependencies:
# blockchain_utils: ^3.3.0
blockchain_utils: ^3.3.0

blockchain_utils:
path: ../blockchain_utils
# blockchain_utils:
# path: ../blockchain_utils


dev_dependencies:
Expand Down

0 comments on commit 6c38c1a

Please sign in to comment.