diff --git a/packages/cosmos_ui_components/pubspec.lock b/packages/cosmos_ui_components/pubspec.lock index 535ff1d3..81f40a52 100644 --- a/packages/cosmos_ui_components/pubspec.lock +++ b/packages/cosmos_ui_components/pubspec.lock @@ -8,6 +8,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.6.1" + bip39: + dependency: transitive + description: + name: bip39 + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.6" boolean_selector: dependency: transitive description: @@ -43,13 +50,29 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.15.0" + convert: + dependency: transitive + description: + name: convert + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.1" cosmos_utils: dependency: "direct main" description: - path: "../cosmos_utils" - relative: true - source: path + path: "packages/cosmos_utils" + ref: main + resolved-ref: "5f4b35053f2c6775c5109d01e0ec6ff975286f32" + url: "https://github.com/tendermint/flutter.git" + source: git version: "0.0.1" + crypto: + dependency: transitive + description: + name: crypto + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.1" dartz: dependency: transitive description: @@ -74,6 +97,20 @@ packages: description: flutter source: sdk version: "0.0.0" + hex: + dependency: transitive + description: + name: hex + url: "https://pub.dartlang.org" + source: hosted + version: "0.2.0" + js: + dependency: transitive + description: + name: js + url: "https://pub.dartlang.org" + source: hosted + version: "0.6.3" lint: dependency: "direct dev" description: @@ -102,6 +139,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.8.0" + pointycastle: + dependency: transitive + description: + name: pointycastle + url: "https://pub.dartlang.org" + source: hosted + version: "3.2.0" sky_engine: dependency: transitive description: flutter diff --git a/packages/cosmos_ui_components/pubspec.yaml b/packages/cosmos_ui_components/pubspec.yaml index d6886864..fa359e6d 100644 --- a/packages/cosmos_ui_components/pubspec.yaml +++ b/packages/cosmos_ui_components/pubspec.yaml @@ -13,7 +13,10 @@ dependencies: flutter: sdk: flutter cosmos_utils: - path: ../cosmos_utils/ + git: + url: https://github.com/tendermint/flutter.git + path: packages/cosmos_utils + ref: main dev_dependencies: diff --git a/packages/transaction_signing_gateway/pubspec.lock b/packages/transaction_signing_gateway/pubspec.lock index 51f1ef84..68905b0d 100644 --- a/packages/transaction_signing_gateway/pubspec.lock +++ b/packages/transaction_signing_gateway/pubspec.lock @@ -158,9 +158,11 @@ packages: cosmos_utils: dependency: "direct main" description: - path: "../cosmos_utils" - relative: true - source: path + path: "packages/cosmos_utils" + ref: main + resolved-ref: "5f4b35053f2c6775c5109d01e0ec6ff975286f32" + url: "https://github.com/tendermint/flutter.git" + source: git version: "0.0.1" crypto: dependency: transitive diff --git a/packages/transaction_signing_gateway/pubspec.yaml b/packages/transaction_signing_gateway/pubspec.yaml index 3177087d..faf64b37 100644 --- a/packages/transaction_signing_gateway/pubspec.yaml +++ b/packages/transaction_signing_gateway/pubspec.yaml @@ -18,7 +18,10 @@ dependencies: encrypt: 5.0.0 alan: 0.40.2+1 cosmos_utils: - path: ../cosmos_utils/ + git: + url: https://github.com/tendermint/flutter.git + path: packages/cosmos_utils + ref: main dev_dependencies: flutter_test: diff --git a/starport_template/pubspec.lock b/starport_template/pubspec.lock index 14b9ef48..de2dbd07 100644 --- a/starport_template/pubspec.lock +++ b/starport_template/pubspec.lock @@ -137,16 +137,20 @@ packages: cosmos_ui_components: dependency: "direct main" description: - path: "../packages/cosmos_ui_components" - relative: true - source: path + path: "packages/cosmos_ui_components" + ref: main + resolved-ref: "2094d62b6ca111c0a7586609a65b15b24df76f7c" + url: "https://github.com/tendermint/flutter.git" + source: git version: "0.0.1" cosmos_utils: dependency: "direct main" description: - path: "../packages/cosmos_utils" - relative: true - source: path + path: "packages/cosmos_utils" + ref: main + resolved-ref: "2094d62b6ca111c0a7586609a65b15b24df76f7c" + url: "https://github.com/tendermint/flutter.git" + source: git version: "0.0.1" crypto: dependency: transitive diff --git a/starport_template/pubspec.yaml b/starport_template/pubspec.yaml index e6c3761a..18eb4986 100644 --- a/starport_template/pubspec.yaml +++ b/starport_template/pubspec.yaml @@ -11,10 +11,18 @@ dependencies: sdk: flutter transaction_signing_gateway: path: ../packages/transaction_signing_gateway + cosmos_ui_components: - path: ../packages/cosmos_ui_components + git: + url: https://github.com/tendermint/flutter.git + path: packages/cosmos_ui_components + ref: main + cosmos_utils: - path: ../packages/cosmos_utils + git: + url: https://github.com/tendermint/flutter.git + path: packages/cosmos_utils + ref: main cupertino_icons: ^1.0.3