forked from web-kiko/flutter3_getx_shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
63 lines (59 loc) · 1.9 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
name: kiko_getx_xmshop
version: 1.0.0+1
publish_to: none
description: A new Flutter project.
environment:
sdk: '>=3.1.6 <4.0.0'
dependencies:
cupertino_icons: ^1.0.2
get: 4.6.6
flutter_screenutil: ^5.5.4 #适配
flutter_swiper_view: ^1.1.8 #轮播图
dio: ^4.0.6 #网络请求
flutter_staggered_grid_view: ^0.6.2 #瀑布流
shared_preferences: ^2.0.15 #本地储存历史记录
flutter_html: ^3.0.0-alpha.6 #html
pin_code_fields: ^7.4.0 #验证码
city_pickers: ^1.1.3 # 城市
crypto: ^3.0.2
tobias: ^2.4.1 #支付宝支付插件
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
fonts:
- family: MyIcon #指定一个字体名 根据自己的需求定义
fonts:
- asset: assets/fonts/iconfont.ttf
- family: userIcon #指定一个字体名 根据自己的需求定义
fonts:
- asset: assets/fonts/userIconfont.ttf
assets:
- assets/images/xiaomiBanner.png
- assets/images/2.0x/xiaomiBanner.png
- assets/images/3.0x/xiaomiBanner.png
- assets/images/xiaomiBanner2.png
- assets/images/2.0x/xiaomiBanner2.png
- assets/images/3.0x/xiaomiBanner2.png
- assets/images/hot_search.png
- assets/images/2.0x/hot_search.png
- assets/images/3.0x/hot_search.png
- assets/images/service.png
- assets/images/2.0x/service.png
- assets/images/3.0x/service.png
- assets/images/user.png
- assets/images/2.0x/user.png
- assets/images/3.0x/user.png
- assets/images/user_ad1.png
- assets/images/2.0x/user_ad1.png
- assets/images/3.0x/user_ad1.png
- assets/images/user_ad2.png
- assets/images/2.0x/user_ad2.png
- assets/images/3.0x/user_ad2.png
- assets/images/logo.png
- assets/images/2.0x/logo.png
- assets/images/3.0x/logo.png