diff --git a/pubspec.lock b/pubspec.lock index 1e95ffa..0ef9a9f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -592,9 +592,11 @@ packages: meshcore_client: dependency: "direct main" description: - path: "../meshcore_client" - relative: true - source: path + path: "." + ref: main + resolved-ref: ca34662abe4ef511bcb6b3b6fd2c5f648fee62fe + url: "https://github.com/dz0ny/meshcore_client.git" + source: git version: "0.1.0" meta: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 47b85d8..c996235 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,9 @@ dependencies: # MeshCore BLE protocol client meshcore_client: - path: ../meshcore_client + git: + url: https://github.com/dz0ny/meshcore_client.git + ref: main # BLE connectivity flutter_blue_plus: ^2.0.0