-
Notifications
You must be signed in to change notification settings - Fork 47
/
pubspec.yaml
79 lines (67 loc) · 1.49 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
name: flutter_app
description: "A new Flutter application."
version: 4.6.5+465
environment:
sdk: ^3.3.0
dependencies:
flutter:
sdk: flutter
animations: ^2.0.2
cupertino_icons: ^1.0.2
#网络
dio: ^5.4.0
# webview
flutter_inappwebview: ^6.1.5
# 弃用(无法支持null-safety)
# webview_cookie_manager: ^2.0.6
#状态管理
flutter_bloc: ^8.1.3
# 图片
cached_network_image: ^3.4.1
#语言包
flutter_localizations:
sdk: flutter
#包信息
package_info_plus: ^8.1.2
#url启动
# url_launcher: ^6.2.5
#shared_preferences插件
shared_preferences: ^2.3.4
# 瀑布流
flutter_staggered_grid_view: ^0.7.0
#二维码
# qr_flutter: ^4.0.0
intl: ^0.19.0
#轮播
carousel_slider: ^5.0.0
#高性能json序列化
json_annotation: ^4.9.0
# flutter_html: ^2.2.1
# 对话框
bot_toast: ^4.1.3
event_bus: ^2.0.1
flutter_datetime_picker: ^1.5.1
# qr_code_scanner: ^0.5.2
video_player: ^2.1.12
permission_handler: ^11.1.0
# path_provider: ^2.1.5
# install_plugin: ^2.0.1=
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
# json序列化需要的库,只需要dev
build_runner: ^2.1.8
json_serializable: ^6.1.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/mine/
- assets/images/user/
- assets/images/service/
- assets/json/home_data_json.json
fonts:
- family: DINAlternateBold
fonts:
- asset: fonts/DINAlternateBold.ttf