-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
31 lines (27 loc) · 913 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: frame_flutter_translate_host
description: "Connects to Frame and streams audio from its microphone, which is sent through a local (on Host device) vosk speech-to-text engine, translates the text into a target language on-device, and displays the translated text on the Frame display."
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
vosk_flutter: ^0.3.48
record: ^5.0.5
buffered_list_stream: ^1.3.0
google_mlkit_translation: ^0.11.0
logging: ^1.2.0
simple_frame_app: ^0.0.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true
assets:
- packages/simple_frame_app/lua/battery.min.lua
- packages/simple_frame_app/lua/data.min.lua
- packages/simple_frame_app/lua/plain_text.min.lua
- assets/vosk-model-small-cn-0.22.zip
- assets/frame_app.min.lua