@@ -34,10 +34,14 @@ This project follows the [all-contributors](https://github.com/all-contributors/
34
34
35
35
## Category 🗂
36
36
37
- * [ Features] ( #features- )
38
- * [ Screenshots] ( #screenshots- )
39
- * [ Preparing for use] ( #preparing-for-use- )
40
- * [ Usage] ( #usage- )
37
+ - [ Flutter WeChat Camera Picker] ( #flutter-wechat-camera-picker )
38
+ - [ Contributors ✨] ( #contributors- )
39
+ - [ Category 🗂] ( #category- )
40
+ - [ Features ✨] ( #features- )
41
+ - [ Screenshots 📸] ( #screenshots- )
42
+ - [ Preparing for use 🍭] ( #preparing-for-use- )
43
+ - [ Usage 📖] ( #usage- )
44
+ - [ Simple usage] ( #simple-usage )
41
45
42
46
## Features ✨
43
47
@@ -49,7 +53,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
49
53
## Screenshots 📸
50
54
51
55
| ![ ] ( https://tva1.sinaimg.cn/large/007S8ZIlgy1ggtt6yrdqej30u01t017w.jpg ) | ![ ] ( https://tva1.sinaimg.cn/large/007S8ZIlgy1ggtt6yh3x4j30u01t0wuo.jpg ) |
52
- | -----------------| ------------------|
56
+ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
53
57
| ![ ] ( https://tva1.sinaimg.cn/large/007S8ZIlgy1ggtt6z1h7xj30u01t01kx.jpg ) | ![ ] ( https://tva1.sinaimg.cn/large/007S8ZIlgy1ggtt6zarvhj30u01t0x5f.jpg ) |
54
58
55
59
## Preparing for use 🍭
@@ -60,14 +64,15 @@ Reference:
60
64
61
65
## Usage 📖
62
66
63
- | Name | Type | Description | Default Value |
64
- | ------------------------ | -------------------------- | ------------------------------------------------------------ | -------------------------------------- |
65
- | isAllowRecording | ` bool ` | Whether the picker can record video. | ` false ` |
67
+ | Name | Type | Description | Default Value |
68
+ | ------------------------ | -------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------- |
69
+ | isAllowRecording | ` bool ` | Whether the picker can record video. | ` false ` |
66
70
| isOnlyAllowRecording | ` bool ` | Whether the picker can only record video. Only available when ` isAllowRecording ` is ` true ` . | ` false ` |
67
- | maximumRecordingDuration | ` Duration ` | The maximum duration of the video recording process. | ` const Duration(seconds: 15) ` |
68
- | theme | ` ThemeData ` | Theme data for the picker. | ` CameraPicker.themeData(C.themeColor) ` |
69
- | textDelegate | ` CameraPickerTextDelegate ` | Text delegate that controls text in widgets. | ` DefaultCameraPickerTextDelegate ` |
70
- | resolutionPreset | ` ResolutionPreset ` | Present resolution for the camera. | ` ResolutionPreset.max ` |
71
+ | maximumRecordingDuration | ` Duration ` | The maximum duration of the video recording process. | ` const Duration(seconds: 15) ` |
72
+ | theme | ` ThemeData ` | Theme data for the picker. | ` CameraPicker.themeData(C.themeColor) ` |
73
+ | textDelegate | ` CameraPickerTextDelegate ` | Text delegate that controls text in widgets. | ` DefaultCameraPickerTextDelegate ` |
74
+ | resolutionPreset | ` ResolutionPreset ` | Present resolution for the camera. | ` ResolutionPreset.max ` |
75
+ | cameraQuarterTurns | ` int ` | The number of clockwise quarter turns the camera view should be rotated. | ` 0 ` |
71
76
72
77
### Simple usage
73
78
0 commit comments