From 7e642325f32aae097d552ec545294d90b0ef8a5b Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 18 Sep 2024 12:04:02 +0800 Subject: [PATCH] Fix building Flutter TTS examples for Linux (#1356) --- flutter-examples/tts/pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flutter-examples/tts/pubspec.yaml b/flutter-examples/tts/pubspec.yaml index 5693c605..722b33ca 100644 --- a/flutter-examples/tts/pubspec.yaml +++ b/flutter-examples/tts/pubspec.yaml @@ -21,7 +21,8 @@ dependencies: sherpa_onnx: ^1.10.26 # sherpa_onnx: # path: ../../flutter/sherpa_onnx - url_launcher: ^6.2.6 + url_launcher: 6.2.6 + url_launcher_linux: 3.1.0 audioplayers: ^5.0.0 flutter: