diff --git a/pubspec.lock b/pubspec.lock index f271ba4..5706109 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -705,9 +705,11 @@ packages: meshcore_client: dependency: "direct main" description: - path: "../meshcore_client" - relative: true - source: path + path: "." + ref: main + resolved-ref: "33b6588c206a1d81e6de8541b9bd86bd7d951c8d" + 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 3c62d14..edea6d0 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 # Codec2 ultra-low-bitrate speech codec (FFI plugin) codec2_flutter: