-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
77 lines (52 loc) · 1.21 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
name: common
description: 커먼 모바일
version: 1.0.8+12
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
json_annotation: ^4.8.1
flutter_svg: ^2.0.9
cloud_firestore: ^5.4.4
firebase_core: ^3.6.0
firebase_storage: ^12.3.4
crypto: ^3.0.3
http: ^1.2.0
scrollable_positioned_list: ^0.3.8
another_flushbar: ^1.12.30
image_picker: ^1.0.7
shared_preferences: ^2.2.2
provider: ^6.1.1
flutter_speed_dial: ^7.0.0
flutter_localization: ^0.2.0
intl: ^0.19.0
url_launcher: ^6.3.1
dotted_border: ^2.1.0
image_gallery_saver: ^2.0.3
permission_handler: ^11.2.0
cached_network_image: ^3.3.1
package_info_plus: ^8.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
json_serializable: ^6.7.1
build_runner: ^2.4.8
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/icons/svg/
- assets/icons/nav/
- assets/images/
- assets/category/
- assets/mini_category/
fonts:
- family: AppleSDGothicNeo
fonts:
- asset: assets/fonts/AppleSDGothicNeoM.ttf
weight: 400
- asset: assets/fonts/AppleSDGothicNeoB.ttf
weight: 700