Releases: fluttercandies/flutter_wechat_camera_picker
Releases · fluttercandies/flutter_wechat_camera_picker
v4.3.6
v4.3.5
v4.3.4
v4.3.3
What's Changed
New features
- Adds
CameraPickerConfig.onPickConfirmed
to get called when an asset entity is confirmed to be picked. - Introduces
CameraPickerConfig.permissionRequestOption
.
Improvements
- Evicts the captured image cache once returned from the viewer.
- Allows
camera_android: ^0.10.9+6
.
New Contributors
Full Changelog: v4.3.2...v4.3.3
v4.3.2
What's Changed
Fixes
- Fix button displays when tap to record.
- Prevent camera description exceptions when initializing the camera in the lifecycle callback.
Improvements
- Use more precise overlay styles.
- Switching between different lens with a single camera by default.
- Always delete the preview file when popping from the preview.
Full Changelog: v4.3.1...v4.3.2
v4.3.1
What's Changed
Improvements
- Downgrades the default resolution preset from
max
toultraHigh
. - Improves pinch zooming experiences.
- Do not wait for focus mode and exposure mode to reset.
- Updates the capture actions section size to compatible with more cases.
Full Changelog: v4.3.0...v4.3.1
v4.3.0+1
What's Changed
Fixes
- Fixes the breaking
ColorScheme.background
implementation on older Flutter SDKs.
Full Changelog: v4.3.0...v4.3.0+1
v4.3.0
What's Changed
Improvements
- Adapt the latest interface of WeChat.
Fixes
- Constraints
camera_android
version to resolves flutter/flutter#150549.
Full Changelog: v4.2.2...v4.3.0
v4.2.2
What's Changed
Fixes
- Allows
wrapControllerMethod
to return nullable result. - Allows newer versions of
sensors_plus
.
Improvements
- Provide the back button when no controller has been initialized.
Full Changelog: v4.2.1...v4.2.2