-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
66 lines (56 loc) · 1.36 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: DoZor
description: Приложение для проверки качества масел по фотографии
version: 1.0.0+1
environment:
sdk: ">=2.17.3 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
camera: ^0.10.0+1
photo_view: ^0.14.0
sliding_up_panel: ^2.0.0+1
path_provider: ^2.0.11
ml_algo: ^16.17.3
ml_dataframe: ^1.6.0
image_picker: ^0.8.6
test: ^1.21.4
tuple: ^2.0.0
flutter_bloc: ^8.1.1
flutter_speed_dial: ^7.0.0
url_launcher: ^6.1.7
dotted_border: ^2.0.0+3
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
flutter_icons:
android: true
ios: true
image_path: "img/launcher_icons/1024.png"
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
fonts:
- family: AppIcons
fonts:
- asset: fonts/AppIcons.ttf
- family: Gotham Pro
fonts:
# - asset: fonts/GothamPro/GothamPro-Black.ttf
# weight: 900
- asset: fonts/GothamPro/GothamPro-Bold.ttf
weight: 700
- asset: fonts/GothamPro/GothamPro-Medium.ttf
weight: 500
- asset: fonts/GothamPro/GothamPro.ttf
weight: 400
- asset: fonts/GothamPro/GothamPro-Light.ttf
weight: 300
flutter_intl:
main_locale: ru
enabled: true