wechat_camera_picker 2.0.0-dev.2
wechat_camera_picker: ^2.0.0-dev.2 copied to clipboard
A camera picker which is an extension to wechat_assets_picker, but can be run separately.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0-dev.2 #
- Add
shouldDeletePreviewFile
, allow users to choose whether the captured file should be deleted.
2.0.0-dev.1 #
Breaking Changes #
isAllowRecording
->enableRecording
isOnlyAllowRecording
->onlyAllowRecording
New Features #
- Add
enableSetExposure
, allow users to update the exposure from the point tapped on the screen. - Add
enableExposureControlOnPoint
, allow users to control the exposure offset with a offset slide from the exposure point. - Add
enablePinchToZoom
, allow users to zoom by pinch the screen. - Add
foregroundBuilder
, allow users to build customize widget beyond the camera preview. - Sync
imageFormatGroup
from thecamera
plugin.
Fixes #
- All fixes from the
camera
plugin.
1.3.1 #
- Constraint dependencies version. #22
1.3.0 #
- Add
enableAudio
parameter to control whether the package will require audio integration. #17
1.2.3 #
- Fix
maximumRecordingDuration
not passed in static method. #14
1.2.2 #
- Raise dependencies versions.
1.2.1 #
- Add
cameraQuarterTurns
.
1.2.0 #
- Expose resolution preset control.
1.1.2 #
- Remove common exports.