-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
121 lines (110 loc) · 3.75 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
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.2
english_words: ^3.1.0
video_player: 0.10.0+2
date_format: ^1.0.6
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:
- images/lake.jpg
- images/ic_douyin.png
- images/ic_tencent_video.png
- images/ic_wechat.png
- images/ic_youku.png
- images/ic_qq.png
- images/ic_taobao.png
- images/ic_wangyimusic.png
- images/ic_kugou.png
- images/ic_momo.png
- images/picture_1.png
- images/picture_2.png
- images/picture_zhifouzhifou.png
- images/pic_momo_1.png
- images/pic_momo_2.png
- images/pic_momo_3.png
- images/pic_momo_4.png
- images/pic_momo_5.png
- images/pic_chiji_1.jpg
- images/pic_today_2.jpg
- images/pic_today_3.png
- images/pic_today_4.png
- videos/butterfly.mp4
- images/pictures_game1_01.jpg
- images/pictures_game1_02.jpg
- images/pictures_game1_03.jpg
- images/pictures_game1_04.jpg
- images/pictures_game1_05.jpg
- images/pictures_game1_06.jpg
- images/pictures_game1_07.jpg
- images/pictures_game1_08.jpg
- images/pictures_game1_09.jpg
- images/pictures_game1_10.jpg
- images/pictures_game2_01.jpg
- images/pictures_game3_01.jpg
- images/pictures_game4_01.jpg
- images/pictures_game5_01.jpg
- images/pictures_game6_01.jpg
- images/pictures_game7_01.jpg
- images/pictures_game8_01.jpg
- images/pictures_game11_01.jpg
- images/pictures_game13_01.jpg
- images/pictures_game14_01.jpg
- images/pictures_game16_01.jpg
- images/ic_game_1.png
- images/ic_game_2.png
- images/ic_game_3.png
- images/ic_game_4.png
- images/ic_game_5.png
- images/ic_game_6.png
- images/ic_game_7.png
- images/ic_game_8.png
- images/ic_game_9.png
- images/ic_game_10.png
- images/ic_game_11.png
- images/ic_game_12.png
- images/ic_game_13.png
- images/ic_game_14.png
- images/ic_game_15.png
- images/ic_game_16.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