-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
158 lines (114 loc) · 2.92 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
name: nub_book_sharing
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: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
get: ^4.6.1
shared_preferences: ^2.1.0
intl: ^0.19.0
fluttertoast: ^8.2.4
staggered_grid_view_flutter: ^0.0.4
url_launcher: ^6.1.10
flutter_svg: ^1.1.0
path_provider: ^2.0.9
cached_network_image: ^3.2.0
lottie: ^2.3.0
dropdown_button2: ^2.3.9
share_plus: ^4.5.3
carousel_slider: ^4.2.1
#page transition
page_transition: ^2.1.0
#image_picker:
image_picker: ^1.0.7
extended_image: ^8.0.0
extended_image_library: ^4.0.0
#for text scanner
google_mlkit_text_recognition: ^0.11.0
screenshot: ^2.3.0
#for time picker
time_picker_spinner:
path: ./plugins/time_picker_spinner
#for firebase_ui_auth:
firebase_auth: ^4.16.0
firebase_core: ^2.24.2
cloud_firestore: ^4.14.0
random_string: ^2.3.1
firebase_database: ^10.1.0
google_sign_in: ^6.0.2
font_awesome_flutter: ^10.6.0
# For accessing Firebase Storage (for uploading files)
firebase_storage: ^11.6.0
# For showing Emojis
emoji_picker_flutter: ^1.5.1
# For accessing firebase messaging (Push Notification)
firebase_messaging: ^14.7.10
# For calling RestAPIs
http: ^1.0.0
# For creating notification channel
flutter_notification_channel: ^2.0.0
# For storing images into gallery
# gallery_saver: ^2.3.2
flutter_secure_storage: ^9.0.0
package_info_plus: ^5.0.1
#for schedulers calender_picker:
easy_date_timeline:
path: ./plugins/easy_date_timeline
#list view
smooth_list_view: ^1.0.4
#for dotted border
dotted_border: ^2.1.0
#device_info_plus:
device_info_plus: ^9.1.1
#for permission handle:
permission_handler: ^10.2.0
#percentage
percent_indicator: ^4.2.3
#shimmer
shimmer: ^3.0.0
#for audioAble text
flutter_tts: ^3.8.5
file_picker: ^6.1.1
pdf: ^3.10.8
pdf_text:
path: ./plugins/flutter-pdf-text
#for text to speech_balloon:
flutter_pdfview: ^1.3.2
uuid: ^4.1.0
loading_animation_widget: ^1.2.1
# for local notification
flutter_local_notifications: 9.4.0
awesome_notifications:
#for animated drawer
flutter_zoom_drawer: ^3.2.0
awesome_drawer_bar: ^1.2.0
flutter_platform_widgets: ^6.1.0
# pdf_to_text2:
# path: ./plugins/pdf_to_text2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
- assets/language/
- assets/svg/
- assets/lottie/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Light.ttf
weight: 400
- asset: assets/fonts/Roboto-Regular.ttf
weight: 500
- asset: assets/fonts/Roboto-Medium.ttf
weight: 600
- asset: assets/fonts/Roboto-Bold.ttf
weight: 700