From 29ff9f821ab477f4695c1693e281e7d96cb3b2c5 Mon Sep 17 00:00:00 2001 From: bvandeusen Date: Sun, 5 Apr 2026 14:50:05 -0400 Subject: [PATCH] fix: override record_linux to 1.3.0 for platform interface compatibility record_linux 0.7.2 doesn't implement startStream from record_platform_interface 1.5.0 Co-Authored-By: Claude Sonnet 4.6 --- pubspec.lock | 6 +++--- pubspec.yaml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index e341968..44961eb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -817,13 +817,13 @@ packages: source: hosted version: "1.2.2" record_linux: - dependency: transitive + dependency: "direct overridden" description: name: record_linux - sha256: "74d41a9ebb1eb498a38e9a813dd524e8f0b4fdd627270bda9756f437b110a3e3" + sha256: c31a35cc158cd666fc6395f7f56fc054f31685571684be6b97670a27649ce5c7 url: "https://pub.dev" source: hosted - version: "0.7.2" + version: "1.3.0" record_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4af2f5e..064c763 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,6 +31,9 @@ dependencies: record: ^5.0.0 just_audio: ^0.9.39 +dependency_overrides: + record_linux: ^1.3.0 + dev_dependencies: flutter_test: sdk: flutter