-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (36 loc) · 929 Bytes
/
pubspec.yaml
File metadata and controls
44 lines (36 loc) · 929 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
name: gesture_to_voice
description: An app that reads a gesture from a camera input and outputs the message in a voice
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_tts: ^3.3.3
camera: ^0.9.4+5
flutter_spinkit: ^5.1.0
provider: ^6.0.2
translator: ^0.1.7
tflite: ^1.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- assets/model/
- assets/flags/
fonts:
- family: SFBold
fonts:
- asset: assets/fonts/SFBold.otf
- family: SFRegular
fonts:
- asset: assets/fonts/SFRegular.otf
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages