From b38a8c55d6b507476dc5bb9b10a0c3426d8e8a1d Mon Sep 17 00:00:00 2001 From: Janez T Date: Wed, 11 Mar 2026 21:20:53 +0100 Subject: [PATCH] Switch lpcnet plugin to git --- pubspec.lock | 8 +++++--- pubspec.yaml | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 25ce903..698f993 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -778,9 +778,11 @@ packages: lpcnet_flutter: dependency: "direct main" description: - path: "../packages/lpcnet_flutter" - relative: true - source: path + path: "." + ref: main + resolved-ref: "39fadf011552a785993657506aedff85186b968b" + url: "https://github.com/dz0ny/lpcnet_flutter.git" + source: git version: "0.1.0" matcher: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index c31de2f..05d4db2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -52,7 +52,9 @@ dependencies: url: https://github.com/dz0ny/codec2_flutter.git ref: 03998a2 lpcnet_flutter: - path: ../packages/lpcnet_flutter + git: + url: https://github.com/dz0ny/lpcnet_flutter.git + ref: main ffi: ^2.1.0 # Voice recording (raw PCM stream at 8000 Hz)