mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 00:40:28 +00:00
fix: use git dependency for meshcore_client
This commit is contained in:
@@ -592,9 +592,11 @@ packages:
|
|||||||
meshcore_client:
|
meshcore_client:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "../meshcore_client"
|
path: "."
|
||||||
relative: true
|
ref: main
|
||||||
source: path
|
resolved-ref: ca34662abe4ef511bcb6b3b6fd2c5f648fee62fe
|
||||||
|
url: "https://github.com/dz0ny/meshcore_client.git"
|
||||||
|
source: git
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
meta:
|
meta:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
|
|||||||
@@ -42,7 +42,9 @@ dependencies:
|
|||||||
|
|
||||||
# MeshCore BLE protocol client
|
# MeshCore BLE protocol client
|
||||||
meshcore_client:
|
meshcore_client:
|
||||||
path: ../meshcore_client
|
git:
|
||||||
|
url: https://github.com/dz0ny/meshcore_client.git
|
||||||
|
ref: main
|
||||||
|
|
||||||
# BLE connectivity
|
# BLE connectivity
|
||||||
flutter_blue_plus: ^2.0.0
|
flutter_blue_plus: ^2.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user