-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
113 lines (104 loc) · 2.68 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
name: givnotes
description: Where your notes meet beautiful UI.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
avatar_glow: ^2.0.2
biometric_storage: ^4.0.1
bloc: ^7.0.0
cloud_firestore: ^3.1.9
collection: ^1.15.0
cupertino_icons: ^1.0.4
encrypt: ^5.0.1
equatable: ^2.0.3
file_picker: ^4.5.0
firebase_auth: ^3.3.8
firebase_core: ^1.12.0
firebase_database: ^9.0.7
flash: ^2.0.3+2
flutter:
sdk: flutter
flutter_bloc: ^7.0.0
flutter_quill: ^3.9.11
flutter_screenutil: ^5.3.1
flutter_slidable: ^1.2.0
flutter_svg: ^1.0.3
flutter_tags_x: ^1.0.0
fluttericon: ^2.0.0
fluttertoast: ^8.0.9
get: ^4.6.1
get_storage: ^2.0.3
getwidget: ^2.0.5
google_fonts: ^2.0.0
google_sign_in: ^5.2.4
hydrated_bloc: ^7.0.0
intl: ^0.17.0
json_annotation: ^4.4.0
local_auth: ^1.1.11
lottie: ^1.2.2
modal_bottom_sheet: ^2.0.0
move_to_background: ^1.0.2
package_info: ^2.0.2
page_transition: ^2.0.5
path: ^1.8.0
path_provider: ^2.0.9
permission_handler: ^9.2.0
shared_preferences: ^2.0.13
show_up_animation: ^2.0.0
timelines: ^0.1.0
uuid: ^3.0.6
velocity_x: ^3.4.0
watcher: ^1.0.1
dev_dependencies:
build_runner: ^2.1.7
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
json_serializable: ^6.1.4
pedantic: ^1.11.1
flutter:
uses-material-design: true
assets:
- assets/img/
- assets/logo/
- assets/animations/
- assets/fonts/
- assets/giv_img/
- assets/user-imgs/
fonts:
- family: Abril
fonts:
- asset: assets/fonts/Abril/Abril-Regular.ttf
- family: Pacifico
fonts:
- asset: assets/fonts/Pacifico/Pacifico-Regular.ttf
- family: Poppins
fonts:
- asset: assets/fonts/Poppins/Poppins-Black.ttf
weight: 900
- asset: assets/fonts/Poppins/Poppins-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Poppins/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins/Poppins-Light.ttf
weight: 300
- asset: assets/fonts/Poppins/Poppins-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Poppins/Poppins-Thin.ttf
weight: 100
- family: ZillaSlab
fonts:
- asset: assets/fonts/ZillaSlab/ZillaSlab-Bold.ttf
weight: 700
- asset: assets/fonts/ZillaSlab/ZillaSlab-Semibold.ttf
weight: 600
- asset: assets/fonts/ZillaSlab/ZillaSlab-Regular.ttf
weight: 400