Committed by
GitHub
Fix building Flutter TTS examples for Linux (#1356)
正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -21,7 +21,8 @@ dependencies: | @@ -21,7 +21,8 @@ dependencies: | ||
| 21 | sherpa_onnx: ^1.10.26 | 21 | sherpa_onnx: ^1.10.26 |
| 22 | # sherpa_onnx: | 22 | # sherpa_onnx: |
| 23 | # path: ../../flutter/sherpa_onnx | 23 | # path: ../../flutter/sherpa_onnx |
| 24 | - url_launcher: ^6.2.6 | 24 | + url_launcher: 6.2.6 |
| 25 | + url_launcher_linux: 3.1.0 | ||
| 25 | audioplayers: ^5.0.0 | 26 | audioplayers: ^5.0.0 |
| 26 | 27 | ||
| 27 | flutter: | 28 | flutter: |
-
请 注册 或 登录 后发表评论