-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
183 lines (151 loc) · 4.36 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
name: dating_demo
description: Dating Demo
##### Instruction
# Add key key.properties first before build
# Build apk: flutter build apk --no-sound-null-safety
# Build generate: flutter pub run build_runner build --delete-conflicting-outputs
# flutter packages pub run build_runner build --delete-conflicting-outputs
# Watch: flutter pub run build_runner watch --delete-conflicting-outputs
# Generate Json file: https://plugins.jetbrains.com/plugin/12755-json2json-serializable
# https://javiercbk.github.io/json_to_dart/
# Generate Image assets: https://github.com/FlutterGen/flutter_gen
# create module: flutter create --template=package module_name
# generate get_cli:open and read file getx_structure_readme.md
### Thing to do for IOSTechniqueModule
# https://pub.dev/packages/qr_code_scanner
# https://firebase.flutter.dev/docs/installation/ios
# https://facebook.meedu.app/#/ios
# https://pub.dev/packages/google_maps_flutter
#// TODO: for release
#// Add SHA-1 on release key
#// Add Hash key on release https://developers.facebook.com/docs/facebook-login/android/?locale=en
#// For iOS Build
#// https://firebase.flutter.dev/docs/installation/ios
#// FB sdk: https://facebook.meedu.app/#/ios
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.5.0+50
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.0.5
get: ^4.1.4
get_cli: ^1.7.1
flutter_bloc: ^8.0.1
## Rest API
retrofit: ^3.0.1+1
logger: ^1.0.0 #for logging purpose
dio: ^4.0.1
pretty_dio_logger: ^1.2.0-beta-1
synchronized: ^3.0.0
retry: ^3.1.0
rxdart: ^0.27.1
http: ^0.13.4
## Data format & Json format
json_serializable: ^6.1.5
equatable: ^2.0.3
json_annotation: ^4.4.0
##### View
cupertino_icons: ^1.0.2
velocity_x: ^3.3.0
like_button: ^2.0.2
overlay_support: ^1.2.1
keyboard_dismisser: ^2.0.0
photo_view: ^0.13.0
dotted_line: ^3.0.0
animated_text_kit: ^4.1.1
swipe_cards: ^1.0.0
flutter_local_notifications: ^9.4.0
flutter_reaction_button: ^2.0.0+1
share_plus: ^4.0.1
flutter_html: ^3.0.0-alpha.2
## Loading process
flutter_spinkit: ^5.1.0
shimmer: ^2.0.0
pull_to_refresh: 2.0.0
## Animation
animate_do: ^2.0.0
scroll_to_index: ^2.0.0
scrollable_positioned_list: ^0.2.0-nullsafety.0
## WebView
webview_flutter: ^3.0.1
# flutter_webview_plugin: ^0.4.0
# flutter_inappwebview: ^5.3.2
## Navigation
auto_route: ^3.2.4
##### Config
# device_info: ^2.0.2
device_info_plus: ^3.1.0
flutter_keyboard_visibility: ^5.1.0
connectivity_plus: ^2.2.0
##### Data
intl: ^0.17.0
hive: ^2.0.2
hive_flutter: ^1.1.0
cached_network_image: ^3.1.0
timeago: ^3.0.2
url_launcher: ^6.0.10
##### Resource & Config
font_awesome_flutter: ^9.1.0
flutter_svg: ^1.0.3
image_picker: ^0.8.4+11
package_info_plus: ^1.3.0
##### Firebase
firebase_core: ^1.13.1
firebase_messaging: ^11.2.10
##### Testing
mockito: ^5.1.0
#package internal import
logger_and_error:
path: ./packages/logger_and_error
#dependency_overrides:
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_launcher_icons: ^0.9.0
breakpoint: ^1.2.0
build_runner: ^2.0.6
retrofit_generator: ^3.0.1+1
flutter_gen_runner: ^4.1.5
hive_generator: ^1.0.1
flutter_lints: ^1.0.4
auto_route_generator: ^3.2.3
test: ^1.19.5
bloc_test: ^9.0.3
# BEGIN CONFIG LAUNCHER ICON
# After config then run command: flutter pub pub run flutter_launcher_icons:main
flutter_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "lib/assets/ic_launcher.png"
# END CONFIG LAUNCHER ICON
flutter_gen:
integrations:
flutter_svg: true
flare_flutter: true
null_safety: true
# colors:
# inputs:
# - assets/color/colors.xml
flutter:
uses-material-design: true
assets:
- assets/icons/common/
- assets/img/
fonts:
- family: SFUIText
fonts:
- asset: assets/fonts/SFUIText/SFUIText-Light.ttf
weight: 300
- asset: assets/fonts/SFUIText/SFUIText-Regular.ttf
weight: 400
- asset: assets/fonts/SFUIText/SFUIText-Medium.ttf
weight: 500
- asset: assets/fonts/SFUIText/SFUIText-Semibold.ttf
weight: 600
- asset: assets/fonts/SFUIText/SFUIText-Bold.ttf
weight: 700
- asset: assets/fonts/SFUIText/SFUIText-Heavy.ttf
weight: 800