-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
75 lines (66 loc) · 1.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
name: livchat
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: '>=2.19.2 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_svg: ^2.0.4
firebase_core: ^2.9.0
google_sign_in: ^6.1.0
firebase_auth: ^4.4.0
cloud_firestore: ^4.5.0
cached_network_image: ^3.2.3
image_picker: ^0.8.7+2
firebase_storage: ^11.1.0 #for accessing storage for images
emoji_picker_flutter: ^1.5.4 #for showing Custom emojis
firebase_messaging: ^14.4.0 #for accessing firebase Push Notifications
http: ^0.13.5 #For calling RestAPIs
flutter_notification_channel: ^2.0.0
gallery_saver: ^2.3.2 #For Storing Images in Gallery
dev_dependencies:
flutter_test:
sdk: flutter
# flutter_launcher_icons: "^0.12.0"
# flutter_icons:
# android: "ic_launcher"
# ios: true
# image_path: "assets/images/chat.png"
# min_sdk_android: 21
# remove_alpha_ios: true
# web:
# generate: true
# image_path: "assets/images/chat.png"
# background_color: "#hexcode"
# theme_color: "#hexcode"
# windows:
# generate: true
# image_path: "assets/images/chat.png"
# icon_size: 48 # min:48, max:256, default: 48
# macos:
# generate: true
# image_path: "assets/images/chat.png"
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- assets/icons/
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages