-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
91 lines (73 loc) · 1.83 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
name: flash_chat
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.2.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_speed_dial: ^1.2.5
share: ^0.6.5+4
double_back_to_close_app: ^1.2.0
favorite_button: ^0.0.3
font_awesome_flutter: ^8.11.0
flutter_svg: ^0.19.1
firebase_auth: ^0.14.0+5
google_sign_in: ^4.0.7
cloud_firestore: ^0.12.9+5
fluttertoast: ^7.1.6
image_picker: ^0.6.4
shared_preferences: ^0.5.3+4
firebase_storage: ^3.0.6
cached_network_image: ^2.5.0
intl: ^0.15.7
firebase_messaging:
flutter_local_notifications: 1.4.0
photo_view: ^0.5.0
giffy_dialog: ^1.8.0
flutter_image_compress: ^0.7.0
like_button: ^1.0.4
bottom_navy_bar: ^5.6.0
google_fonts: ^1.1.2
cupertino_icons: ^0.1.3
emoji_picker: ^0.1.0
flutter_keyboard_visibility: ^4.0.4
flutter_emoji_keyboard: ^0.1.3
rubber: ^0.4.0
infinite_listview: ^1.0.0
modal_bottom_sheet: ^1.0.0+1
cupertino_radio_choice: 1.0.0+1
flutter_string_encryption: ^0.3.1
encrypt: ^4.1.0
numberpicker: ^1.3.0
shimmer: ^1.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons:
flutter_icons:
android: true
ios: true
image_path : "images/launcher/logo.png"
flutter:
uses-material-design: true
assets:
- images/launcher/logo.png
- images/launcher/logo1.png
- images/img_not_available.jpeg
- images/google.png
- images/heart.svg
- images/user.jpg
# example:
# 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