-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
64 lines (52 loc) · 1.25 KB
/
pubspec.yaml
File metadata and controls
64 lines (52 loc) · 1.25 KB
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
name: people_compatibility
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.16.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_svg: ^1.0.3
intl: ^0.17.0
provider: ^6.0.3
retrofit: ^3.0.1+1
retrofit_generator: ^4.0.1
build_runner: ^2.1.11
dio: ^4.0.6
dartz: ^0.10.1
table_calendar: ^3.0.6
flutter_datetime_picker: ^1.5.1
moor: ^4.6.1+1
moor_flutter: ^4.1.0
moor_generator: ^4.6.0+1
flutter_share: ^2.0.0
easy_localization: ^3.0.1
devicelocale: ^0.5.2
country_code: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
uses-material-design: true
assets:
- assets/images/svg/
- assets/images/png/
- assets/fonts/
- assets/translations/
fonts:
- family: Monserat
fonts:
- asset: assets/fonts/Montserrat-Bold.ttf
- family: Inter
fonts:
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Bold.ttf
weight: 700