From cb154a86fd8e93648b7d3364568c9cbf0fae0463 Mon Sep 17 00:00:00 2001 From: Janez T Date: Sun, 1 Mar 2026 11:08:29 +0100 Subject: [PATCH] fix: use git meshcore client ref: --- pubspec.lock | 8 +++++--- pubspec.yaml | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) 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: