Skip to content

Commit

Permalink
Downgrade flutter sdk versions. (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Aug 30, 2024
1 parent c38634d commit 6b8877f
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 517 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- dart
paths:
- '.github/workflows/test-dart.yaml'
- '.github/scripts/test-dart.sh'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01
sherpa-onnx-ced-*
node_modules
package-lock.json
pubspec.lock
sherpa-onnx-nemo-*
sherpa-onnx-vits-*
sherpa-onnx-telespeech-ctc-*
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/add-punctuations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
version: 1.0.0

environment:
sdk: ^3.4.0
sdk: ">=3.0.0 <4.0.0"

dependencies:
sherpa_onnx: ^1.10.23
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/audio-tagging/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
version: 1.0.0

environment:
sdk: ^3.4.0
sdk: ">=3.0.0 <4.0.0"

dependencies:
sherpa_onnx: ^1.10.23
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/keyword-spotter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
version: 1.0.0

environment:
sdk: ^3.4.0
sdk: ">=3.0.0 <4.0.0"

dependencies:
sherpa_onnx: ^1.10.23
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/non-streaming-asr/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.4.0
sdk: ">=3.0.0 <4.0.0"

# Add regular dependencies here.
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/speaker-identification/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
version: 1.0.0

environment:
sdk: ^3.4.0
sdk: ">=3.0.0 <4.0.0"

dependencies:
sherpa_onnx: ^1.10.23
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/streaming-asr/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.4.0
sdk: ">=3.0.0 <4.0.0"

# Add regular dependencies here.
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/tts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.4.0
sdk: ">=3.0.0 <4.0.0"

# Add regular dependencies here.
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/vad-with-non-streaming-asr/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
version: 1.0.0

environment:
sdk: ^3.4.0
sdk: ">=3.0.0 <4.0.0"

dependencies:
sherpa_onnx: ^1.10.23
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/vad/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
version: 1.0.0

environment:
sdk: ^3.4.0
sdk: ">=3.0.0 <4.0.0"

dependencies:
sherpa_onnx: ^1.10.23
Expand Down
1 change: 1 addition & 0 deletions flutter-examples/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ app.*.symbols
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
!/dev/ci/**/Gemfile.lock
!.vscode/settings.json
Podfile
Loading

0 comments on commit 6b8877f

Please sign in to comment.