Releases: fluttercandies/flutter_wechat_camera_picker
Releases · fluttercandies/flutter_wechat_camera_picker
v4.5.0
What's Changed
New features
- Allows
camera 0.11+(including 0.12). - Allows
sensor_plus 7.0.
Fixes
- Display preview with the correct orientation when using
lockCaptureOrientation.
New Contributors
- @guspan-tanadi made their first contribution in #302
Full Changelog: v4.4.0...v4.5.0
v4.4.0
What's Changed
Breaking changes
CameraPickerState.build*methods' signature are refactored to be more consistent.- Requires Flutter 3.22.
Fixes
- Fix theme usages.
- Fix lints.
Full Changelog: v4.3.7...v4.4.0
v4.3.7
v4.3.6
What's Changed
Fixes
- Predicate the flash mode correctly when retrying the initialization.
Full Changelog: v4.3.5...v4.3.6
v4.3.5
v4.3.4
v4.3.3
What's Changed
New features
- Adds
CameraPickerConfig.onPickConfirmedto 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
maxtoultraHigh. - 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.backgroundimplementation on older Flutter SDKs.
Full Changelog: v4.3.0...v4.3.0+1