-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
80 lines (74 loc) · 1.94 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
name: efficacy_admin
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.0.4+9
environment:
sdk: '>=3.1.0-262.2.beta <4.0.0'
dependencies:
flutter:
sdk: flutter
# Uncomment them when required to run foreground service
# workmanager: ^0.5.2
# flutter_local_notifications: ^16.1.0
# google_sign_in: ^6.1.5
cupertino_icons: ^1.0.6
gap: ^3.0.1
sliding_up_panel: ^2.0.0+1
font_awesome_flutter: ^10.6.0
flutter_svg: ^2.0.8
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
intl_phone_number_input: ^0.7.3+1
expandable: ^5.0.1
intl_phone_field: ^3.2.0
intl: ^0.18.1
flutter_image_compress: ^2.1.0
image_cropper: ^5.0.0
easy_stepper: ^0.8.1
permission_handler: ^11.0.1
native_flutter_proxy: ^0.1.15
crypt: ^4.3.1
flutter_dotenv: ^5.1.0
mongo_dart: ^0.9.3
shared_preferences: ^2.2.2
image_picker: ^1.0.4
cloudinary: ^1.2.0
cached_network_image: ^3.3.0
flutter_cache_manager: ^3.3.1
url_launcher: ^6.1.14
photo_view: ^0.14.0
path_provider: ^2.1.1
share_plus: ^7.2.1
dio: ^5.3.2
tutorial_coach_mark: ^1.2.11
feedback: ^3.0.0
pdf: ^3.10.7
device_info_plus: ^9.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.4.6
freezed: ^2.4.2
json_serializable: ^6.7.1
flutter:
uses-material-design: true
assets:
- .env
- assets/images/
- assets/developers_data/
fonts:
- family: SofiaPro
fonts:
- asset: assets/fonts/Sofia_Pro/SofiaProLight.ttf
weight: 300
- asset: assets/fonts/Sofia_Pro/SofiaProRegular.ttf
weight: 400
- asset: assets/fonts/Sofia_Pro/SofiaProMedium.ttf
weight: 500
- asset: assets/fonts/Sofia_Pro/SofiaProSemiBold.ttf
weight: 600
- asset: assets/fonts/Sofia_Pro/SofiaProBold.ttf
weight: 700
- asset: assets/fonts/Sofia_Pro/SofiaProBlack.ttf
weight: 900