Downgrade flutter sdk versions. (#1305)

This commit is contained in:
Fangjun Kuang
2024-08-30 11:47:27 +08:00
committed by GitHub
parent c38634dfcf
commit 6b8877f185
31 changed files with 41 additions and 517 deletions

View File

@@ -8,7 +8,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.10.23
environment:
sdk: '>=3.4.0 <4.0.0'
sdk: ">=2.17.0 <4.0.0"
flutter: ">=2.8.1"
dependencies:
flutter:
@@ -18,6 +19,8 @@ dependencies:
path_provider: ^2.1.3
path: ^1.9.0
sherpa_onnx: ^1.10.23
# sherpa_onnx:
# path: ../../flutter/sherpa_onnx
url_launcher: ^6.2.6
audioplayers: ^5.0.0