-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
89 lines (66 loc) · 1.41 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
name: doc_pat_track
description: "Application for adding, updating and retreiving patients of doctor"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
# Localizations
intl: ^0.19.0
flutter_localizations:
sdk: flutter
turkmen_localization_support: ^0.0.8
# Navigation
auto_route: ^7.8.4
# Svg
flutter_svg: ^2.0.2
# DB
hive: ^2.2.3
hive_flutter: ^1.1.0
# DI
get_it: ^7.2.0
# UI
fl_chart: ^0.67.0
dev_dependencies:
flutter_test:
sdk: flutter
# DB
hive_generator: ^2.0.0
# Generator
build_runner: ^2.3.3
flutter_gen_runner: ^5.3.2
build_verify: ^3.1.0
# Router
auto_route_generator: ^7.3.2
flutter_lints: ^3.0.0
flutter_gen:
output: lib/generated
line_length: 80
integrations:
flutter_svg: true
flutter:
uses-material-design: true
generate: true
assets:
- assets/fonts/
- assets/icons/
- assets/images/
fonts:
- family: Gilroy
fonts:
- asset: assets/fonts/gilroy_bold.ttf
weight: 700
- asset: assets/fonts/gilroy_medium.ttf
weight: 500
- asset: assets/fonts/gilroy_regular.ttf
weight: 400
- asset: assets/fonts/gilroy_light.ttf
weight: 300
flutter_intl:
enabled: true
class_name: AppLocalizations
main_locale: en
arb_dir: lib/src/shared/localizations