File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed
Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change 3030## 依赖库
3131
3232``` dart
33- environment:
34- sdk: ">=2.1.0 <3.0.0"
3533dependencies:
3634 flutter:
3735 sdk: flutter
38- mobx:
39- flutter_mobx: // Mobx
36+ mobx: ^0.3.3+2
37+ flutter_mobx: ^0.3.0+1
38+
39+
40+ # The following adds the Cupertino Icons font to your application.
41+ # Use with the CupertinoIcons class for iOS style icons.
4042 cupertino_icons: ^0.1.2
41- flutter_svg: ">=0.12.4" // 处理SVG图片
42- carousel_slider: ^1.3.0 // 轮播图
43- fluro: "^1.4.0" // 路由
44- provider: ^2.0.1 // 用于包裹mobx
45- dio: 2.1.0 // 请求库
46- multi_image_picker 4.3.1 // 多选图片
43+ flutter_svg: ">=0.12.4"
44+ carousel_slider: ^1.3.0
45+ fluro: "^1.4.0"
46+ provider: ^2.0.1
47+ dio: 2.1.0
48+ photo_view: 0.4.2
49+ json_annotation: ^2.0.0
4750
4851dev_dependencies:
4952 flutter_test:
5053 sdk: flutter
51- build_runner: ^1.3.1 //Mobx依赖
52- mobx_codegen: // Mobx依赖
53- liquid_pull_to_refresh : ^1.1.0 // 下拉刷新
54+ build_runner: ^1.6.1
55+ mobx_codegen: ^0.3.3+1
56+ json_serializable : ^3.0.0
5457```
5558
5659## ` Flutter ` 版本
You can’t perform that action at this time.
0 commit comments