forked from shuyanov/AppMyHome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
124 lines (107 loc) · 2.88 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
name: MyAppHome
description: "Мобильное приложение"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter 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+1
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
#cloud_firestore:
#firebase_core:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
fluttertoast: ^8.2.4
http: ^1.1.0
path_provider: ^2.1.1
crypto: ^3.0.3
# mysql_client: ^0.0.27
provider: ^6.1.1
firebase_core: ^2.23.0
timezone: ^0.9.2
flutter_local_notifications: ^16.2.0
intl: ^0.18.1
fl_chart: ^0.65.0
qr_code_scan_pay: ^0.0.5
sbp: ^0.0.8
url_launcher: ^6.2.1
firebase_storage: ^11.5.2
uuid: ^4.2.1
cloud_firestore: ^4.13.2
image_picker: ^1.0.4
file_picker: ^6.1.1
video_player: ^2.8.1
open_file: ^3.3.2
dio: ^5.3.4
flutter_native_splash: ^2.3.6
flutter_keyboard_visibility: ^6.0.0
get: ^4.6.6
cached_network_image: ^3.3.1
flutter_svg: ^2.0.10+1
flutter_bloc: ^8.1.6
flutter_email_sender: ^6.0.3
rxdart: ^0.27.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: "^0.13.1"
flutter_native_splash:
color: "#674696"
# image: android/app/src/main/res/mipmap-xxxhdpi/logotip.png
image: assets/logotipBig.png
fullscreen: true
android: true
ios: true
flutter_launcher_icons:
android: "launcher_icon"
image_path: "assets/logotip.png"
image_path_android: "assets/logotip.png"
ios: true
min_sdk_android: 21 # android min sdk min:16, default 21
flutter:
uses-material-design: true
assets:
- assets/center.png
- assets/left.png
- assets/ful.png
- assets/logo.png
- assets/logotip.png
- assets/logo1.png
- assets/logo3.png
- assets/mainLogo.png
- assets/chat/background.png
- assets/chat/backgroundChat.jpg
- assets/chat/backgroundUsers.jpg
- assets/chat/resource.png
- assets/chat/resource28.png
- assets/chat/resource29.png
- assets/chat/resource30.png
- assets/chat/resource31.png
- assets/profile/profileBackground.jpg
- assets/profile/SosButton.png
- assets/profile/iconMan.png
- assets/profile/Massage.png
- assets/profile/GroundUpBar.png
- assets/sbp.png
- assets/data/
- assets/data/feed.json
- assets/data/requests.json
- assets/data/users.json
- assets/icons/
# 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
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages