File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ Language: [English](README.md) | 中文简体
35
35
36
36
## 准备工作 🍭
37
37
38
- 参考: [ wechat_assets_picker#准备工作] ( https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/master/README-ZH.md#preparing-for-use- )
38
+ 参考:
39
+ - [ wechat_assets_picker#准备工作] ( https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/master/README-ZH.md#preparing-for-use- )
40
+ - [ camera#installation] ( https://pub.dev/packages/camera#installation )
39
41
40
42
## 使用方法 📖
41
43
@@ -54,4 +56,4 @@ Language: [English](README.md) | 中文简体
54
56
final AssetEntity entity = await CameraPicker.pickFromCamera(context);
55
57
```
56
58
57
- 在选择器唤起后,并且 ` isAllowRecording ` 为 ` true ` ,点击拍摄按钮以拍照,长按拍摄按钮以录像。
59
+ 在选择器唤起后,并且 ` isAllowRecording ` 为 ` true ` ,点击拍摄按钮以拍照,长按拍摄按钮以录像。
You can’t perform that action at this time.
0 commit comments