-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
127 lines (110 loc) · 3.11 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
name: sub_track
description: Subscription Tracker Application
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0-beta.7+4
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
# TODO Use official stacked_firebase_auth package
# stacked_firebase_auth:
# path: ./packages/stacked_firebase_auth
#Fast Development
velocity_x: ^3.0.0
# Graphic related
cupertino_icons: ^1.0.3
flutter_svg: ^0.22.0
simple_icons: ^4.18.5
emojis:
path: ./packages/emojis
# Helpers
# modal_bottom_sheet: ^2.0.0
keyboard_actions: ^3.4.0
image_picker: ^0.7.4
uuid: ^3.0.3
time: ^2.0.0
dart_date: ^1.1.0
flutter_local_notifications:
git:
url: https://github.com/ketanchoyal/flutter_local_notifications.git
path: flutter_local_notifications/
ref: ios-swift
fl_chart: ^0.35.0
email_validator: ^2.0.1
animator: ^3.0.0
settings_ui: ^1.0.0
logger: ^1.0.0
url_launcher: ^6.0.3
dismissible_page:
# path: ../packages/dismissible_page
git:
url: https://github.com/ketanchoyal/Flutter_dismissible_page.git
ref: null-safety
#Firebase
firebase_core: ^1.2.0
cloud_firestore: ^2.2.0
stacked_firebase_auth: ^0.2.5
# stacked_firebase_auth:
# git:
# url: https://github.com/ketanchoyal/stacked.git
# path: packages/stacked_firebase_auth
#Connectivity
cross_connectivity: ^3.0.2
#Local Storage
hive: ^2.0.4
hive_flutter: ^1.0.0
#State Management
stacked: ^2.1.6
stacked_hooks: ^0.2.0
stacked_services: ^0.8.6
dev_dependencies:
flutter_test:
sdk: flutter
build_runner:
stacked_generator: ^0.4.6
hive_generator: ^1.1.0
flutter_launcher_icons: ^0.9.0
# testing
mockito: ^5.0.8
flutter_icons:
android: true
ios: true
image_path_android: "assets/launcher_icons/launcher_icon_android.png"
image_path_ios: "assets/launcher_icons/launcher_icon_ios.png"
adaptive_icon_background: "#ffffff"
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/subIcons/
- assets/appIcons/
- assets/json/
- assets/images/3x/
- assets/launcher_icons/
# - assets/images/button_icons
# - assets/images/3x
fonts:
- family: NotoSansKR
fonts:
- asset: assets/fonts/NotoSansKR-Thin.otf
weight: 100
- asset: assets/fonts/NotoSansKR-Light.otf
weight: 300
- asset: assets/fonts/NotoSansKR-Regular.otf
weight: 400
- asset: assets/fonts/NotoSansKR-Medium.otf
weight: 500
- asset: assets/fonts/NotoSansKR-Bold.otf
weight: 700
- asset: assets/fonts/NotoSansKR-Black.otf
weight: 900