-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
110 lines (94 loc) · 2.44 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name: charterer
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.18.5 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
#state_mngt_arch
get: ^4.6.6
equatable: ^2.0.3
dio: ^4.0.6
json_annotation: ^4.6.0
dartz: ^0.10.1
#ui
sizer: ^2.0.15
dropdown_button2: ^1.7.2
flutter_svg: ^1.1.1+1
#ui_helpers
fluttertoast: ^8.0.9
flutter_smart_dialog: ^4.5.5+3
#cache_local
shared_preferences: ^2.0.15
#project_config
rename: ^2.0.1
logger: ^1.1.0
firebase_core: ^2.27.0
firebase_storage: ^11.6.9
firebase_auth: ^4.17.8
file_picker: ^8.0.0+1
image_picker: ^1.0.8
flutter_contacts: ^1.1.8
permission_handler: ^11.0.0
cloud_firestore: ^4.15.8
firebase_messaging: ^14.7.19
swipe_to: ^1.0.6
audioplayers: ^5.2.1
cached_video_player:
git:
url: https://github.com/vikram25897/flutter_cached_video_player
ref: feature/gradle_version_bump
cached_network_image: ^3.3.1
intl: ^0.19.0
flutter_sound: ^9.2.13
uuid: ^3.0.7
video_player: ^2.6.0
file_preview: ^1.2.0
path_provider: ^2.1.3
story_view: ^0.16.0
agora_uikit: ^1.3.10
http: ^1.2.0
googleapis_auth: ^1.6.0
flutter_local_notifications: ^17.2.1
# flutter_notification_channel:
# enough_giphy_flutter: ^0.4.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design:
true
#To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/images/
# example:
fonts:
- family: Heebo
fonts:
- asset: assets/fonts/heebo/Heebo-Light.ttf
weight: 300
- asset: assets/fonts/heebo/Heebo-Regular.ttf
weight: 400
- asset: assets/fonts/heebo/Heebo-Medium.ttf
weight: 500
- asset: assets/fonts/heebo/Heebo-SemiBold.ttf
weight: 600
- asset: assets/fonts/heebo/Heebo-Bold.ttf
weight: 700
- family: Noto Sans
fonts:
- asset: assets/fonts/notosans/NotoSans-Light.ttf
weight: 300
- asset: assets/fonts/notosans/NotoSans-Regular.ttf
weight: 400
- asset: assets/fonts/notosans/NotoSans-Medium.ttf
weight: 500
- asset: assets/fonts/notosans/NotoSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/notosans/NotoSans-Bold.ttf
weight: 700