Skip to content

Commit

Permalink
⬆️ use ae Dapps FM from github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Feb 19, 2024
1 parent b67901b commit acc7cea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ packages:
archethic_dapp_framework_flutter:
dependency: "direct main"
description:
path: "../archethic-dapp-framework-flutter"
relative: true
source: path
path: "."
ref: main
resolved-ref: "2e0efa86a9c2f86a8a9a5a5003333e301cb9536c"
url: "https://github.com/archethic-foundation/archethic-dapp-framework-flutter.git"
source: git
version: "0.0.1+1"
archethic_lib_dart:
dependency: transitive
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ environment:
sdk: ">=3.1.0 <4.0.0"

dependencies:
#archethic_dapp_framework_flutter:
# git:
# url: https://github.com/archethic-foundation/archethic-dapp-framework-flutter.git
# ref: main
archethic_dapp_framework_flutter:
path: ../archethic-dapp-framework-flutter
git:
url: https://github.com/archethic-foundation/archethic-dapp-framework-flutter.git
ref: main
#archethic_dapp_framework_flutter:
# path: ../archethic-dapp-framework-flutter

# A client dart library to interact with Archethic Wallet RPC API.
archethic_wallet_client: ^1.0.0
Expand Down

0 comments on commit acc7cea

Please sign in to comment.