-
Notifications
You must be signed in to change notification settings - Fork 14
/
pubspec.yaml
73 lines (65 loc) · 1.57 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
name: flutter_ui_challenge
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=3.0.5 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# 状态管理
flutter_riverpod: ^1.0.4
# 存储
shared_preferences: ^2.0.15
# 路由
fluro: ^2.0.3
# Toast
oktoast: ^3.2.0
# 图片选择
image_picker: ^0.8.5+3
# 图片缓存
extended_image:
equatable: ^2.0.3
# webview
webview_flutter:
# 使用到了DateFormat
intl: ^0.17.0
# json转model相关
freezed_annotation: ^2.1.0
json_annotation: ^4.6.0
# 悬停 & 分区 & scrollToIndex
flutter_table_list_view: ^0.0.1
flutter_easy_segment: ^0.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.2.0
freezed: ^2.1.0+1
json_serializable: ^6.3.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
assets:
- assets/data/
- assets/images/
- assets/images/home/
- assets/images/store/
- assets/images/state/
- assets/images/order/
- assets/images/order/dark/
- assets/images/login/
- assets/images/goods/
- assets/images/shop/
- assets/images/account/
- assets/images/statistic/
- assets/lottie/
fonts:
- family: RobotoThin
fonts:
- asset: assets/fonts/Roboto-Thin.ttf
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages