File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 2.2.1
8
+
7
9
## 2.2.0
8
10
9
11
- Add ` EntitySaveCallback ` for custom save method.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Flutter SDK:`>=2.0.0` 。
72
72
| textDelegate | ` CameraPickerTextDelegate? ` | 控制部件中的文字实现 | ` DefaultCameraPickerTextDelegate ` |
73
73
| resolutionPreset | ` ResolutionPreset ` | 相机的分辨率预设 | ` ResolutionPreset.max ` |
74
74
| cameraQuarterTurns | ` int ` | 摄像机视图顺时针旋转次数,每次90度 | ` 0 ` |
75
- | imageFormatGroup | ` ImageFormatGroup ` | 输出图像的格式描述 | ` ImageFormatGroup.jpeg ` |
75
+ | imageFormatGroup | ` ImageFormatGroup ` | 输出图像的格式描述 | ` ImageFormatGroup.unknown ` |
76
76
| foregroundBuilder | ` Widget Function(CameraValue)? ` | 覆盖在相机预览上方的前景构建 | null |
77
77
| onEntitySaving | ` SaveEntityCallback? ` | 在查看器中保存图片时的回调 | null |
78
78
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Flutter SDK: `>=2.0.0` .
94
94
| textDelegate | ` CameraPickerTextDelegate? ` | Text delegate that controls text in widgets. | ` DefaultCameraPickerTextDelegate ` |
95
95
| resolutionPreset | ` ResolutionPreset ` | Present resolution for the camera. | ` ResolutionPreset.max ` |
96
96
| cameraQuarterTurns | ` int ` | The number of clockwise quarter turns the camera view should be rotated. | ` 0 ` |
97
- | imageFormatGroup | ` ImageFormatGroup ` | Describes the output of the raw image format. | ` ImageFormatGroup.jpeg ` |
97
+ | imageFormatGroup | ` ImageFormatGroup ` | Describes the output of the raw image format. | ` ImageFormatGroup.unknown ` |
98
98
| foregroundBuilder | ` Widget Function(CameraValue)? ` | The foreground widget builder which will cover the whole camera preview. | null |
99
99
| onEntitySaving | ` SaveEntityCallback? ` | The callback type define for saving entity in the viewer. | null |
100
100
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker
2
2
description : A camera picker which is an extension to wechat_assets_picker, but can be run separately.
3
- version : 2.2.0
3
+ version : 2.2.1
4
4
homepage : https://github.com/fluttercandies/flutter_wechat_camera_picker
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments