forked from luhenchang/flutter_study
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
147 lines (138 loc) · 4.05 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
name: flutter_app
description: A new Flutter application.
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.0
english_words: ^3.1.0
http: ^0.11.3+16
image_picker: "^0.4.5"
shared_preferences: "^0.4.2"
transparent_image: "^0.1.0"
flutter_swiper : "^1.0.2"
charts_flutter: "^0.3.0"
path_provider: "^0.4.1"
cached_network_image: "0.4.1"
sqflite: "^0.11.0+1"
pull_to_refresh: "^1.1.5"
video_player: "0.6.1"
collection: 1.14.6
device_info: 0.2.1
intl: 0.15.6
connectivity: 0.3.1
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/NVpose1.obj
- assets/bb.obj
- images/lake.jpg
- images/long_wuman1.jpg
- images/pic1.jpg
- images/pic2.jpg
- images/pic3.jpg
- images/pic4.jpg
- images/pic5.jpg
- images/pic6.jpg
- images/pic7.jpg
- images/pic8.jpg
- images/pic9.jpg
- images/pic10.jpg
- images/pic11.jpg
- images/pic12.jpg
- images/pic13.jpg
- images/pic14.jpg
- images/pic15.jpg
- images/pic16.jpg
- images/pic17.jpg
- images/pic18.jpg
- images/pic19.jpg
- images/pic20.jpg
- images/pic21.jpg
- images/pic22.jpg
- images/pic23.jpg
- images/pic24.jpg
- images/pic25.jpg
- images/pic26.jpg
- images/pic27.jpg
- images/pic28.jpg
- images/pic29.jpg
- images/pic30.jpg
- images/longnv5.jpeg
- images/longwuman3.jpg
- images/lonnv6.jpg
- images/lonvn9.jpg
- images/lonnv8.jpg
- images/lonnv10.jpg
- images/haha.png
- images/row.png
- images/jpejej.png
- images/aaaaa.png
- images/app_background.png
- images/qq.png
- images/weixing.png
- images/backgroud.jpg
- images/backgroud2.jpg
- images/backgroud4.jpg
- images/backgroud6.jpg
- images/background1.jpg
- images/item1.png
- images/1.png
- images/2.png
- images/3.png
- images/4.png
- images/poster.png
- images/item1.png
- images/item2.png
- images/item3.png
- images/item4.png
- images/ellie.png
- images/eric.png
- images/jenny.png
- images/kevin.png
- images/louis.png
- images/banner.png
- images/header_my.png
- images/myheader.png
- images/my_header.png
- images/drawbg.png
- images/erweima.png
- images/lunch_yasuo.png
- images/bbbb.png
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# 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.io/custom-fonts/#from-packages