-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
138 lines (109 loc) · 2.6 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
name: dairo
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.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.3
# state management (MVVM)
stacked: ^2.2.5
# navigation service, dialog service etc.
stacked_services: ^0.8.13
#dependency injection
get_it: ^7.1.3
injectable: ^1.4.1
# local database
floor: ^1.1.0
sqflite: ^2.0.0+3
# svg assets supporting
flutter_svg: ^0.22.0
# tools for getting context, dialogs everywhere
get: ^4.1.4
# firebase
firebase_core: ^1.6.0
firebase_auth: ^3.1.4
cloud_firestore: ^2.5.2
firebase_storage: ^10.0.3
cloud_functions: ^3.0.3
firebase_analytics: ^8.3.2
firebase_messaging: ^10.0.9
# json serializing
json_annotation: ^4.0.1
# widget verification code
pin_code_fields: ^7.2.0
# country codes tools
country_codes: ^2.0.1
# google auth
google_sign_in: ^5.0.4
# apple auth
sign_in_with_apple: ^3.0.0
crypto: ^3.0.1
# sign in buttons
flutter_signin_button: ^2.0.0
#image
photo_manager: ^1.3.4
sliding_up_panel: ^2.0.0+1
image_picker: ^0.8.4+1
image_cropper: ^1.4.1
cached_network_image: ^3.0.0
flutter_image_compress: ^1.1.0
carousel_slider: ^4.0.0
# video player widget
video_player: ^2.1.6
chewie: ^1.2.2
video_compress:
git:
url: https://github.com/jonataslaw/videoCompress.git
ref: a14d392
# tool to work with files
path: ^1.8.0
path_provider: ^2.0.4
file_picker: ^4.1.3
open_file: ^3.2.1
flutter_cache_manager: ^3.1.2
# environment variables
flutter_dotenv: ^5.0.0
# key-value secure storage
shared_preferences: ^2.0.7
# links within text
url_launcher: ^6.0.10
#utils
validators: ^3.0.0
# chat
flutter_chat_ui:
path: libs/flutter_chat_ui
# text editor
flutter_quill: ^2.0.6
# misc
introduction_screen: ^2.1.0
reorderable_grid_view: ^2.0.0-alpha.1
share_plus: ^3.0.4
upgrader: ^3.6.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.1.2
json_serializable: ^5.0.2
injectable_generator: ^1.4.1
retrofit_generator: ^2.0.0
floor_generator: ^1.1.0
stacked_generator: ^0.5.3
flutter:
assets:
- assets/images/
- assets/images/onboarding/
- assets/images/get_started/
- .prod.env
- .dev.env
uses-material-design: true
fonts:
- family: Sofia-Pro
fonts:
- asset: assets/fonts/Sofia-Pro-Regular.otf
- asset: assets/fonts/Sofia-Pro-Bold.otf
weight: 700
- asset: assets/fonts/Sofia-Pro-Black.otf
weight: 900