Skip to content

Commit ba4010d

Browse files
committed
说明
1 parent 6475470 commit ba4010d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

assets/dependent.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## 依赖库说明
2+
3+
### flutter_mobx、provider、mobx_codegen(官方)(状态管理器)
4+
5+
### url_launcher(打开本地的浏览器,会跳出App,官方)
6+
7+
### webview_flutter (内嵌浏览器,官方)
8+
9+
### image_cropper (图片裁剪,安卓IOS)
10+
11+
### image_picker (从相册选择照片,官方)
12+
13+
### fluwx(微信SDK)
14+
15+
### flutter_svg(SVG图片)
16+
17+
### fluro(路由)
18+
19+
### dio(请求库)
20+
21+
### photo_view(大图预览,支持缩放)
22+
23+
### json_annotation、json_serializable(Json自动化解析工具)
24+
25+
### build_runner (内建工具)
26+
27+
### flutter_easyrefresh(下拉刷新,上拉加载更多)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A new Flutter project.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.0.2
14+
version: 1.0.3
1515

1616
environment:
1717
sdk: ">=2.1.0-dev <3.0.0"

0 commit comments

Comments
 (0)