File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 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(下拉刷新,上拉加载更多)
Original file line number Diff line number Diff 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
1616environment :
1717 sdk : " >=2.1.0-dev <3.0.0"
You can’t perform that action at this time.
0 commit comments