Releases: fluttercandies/flutter_wechat_camera_picker
Releases · fluttercandies/flutter_wechat_camera_picker
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.0
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
enablePullToZoomInRecord
, allow users to zoom by pulling up when recording video. - Add
foregroundBuilder
, allow users to build customize widget beyond the camera preview. - Add
shouldDeletePreviewFile
, allow users to choose whether the captured file should be deleted. - Sync
imageFormatGroup
from thecamera
plugin.
Breaking Changes
- Migrate to non-nullable by default.
isAllowRecording
->enableRecording
isOnlyAllowRecording
->onlyAllowRecording
Fixes
- All fixes from the
camera
plugin.
v2.0.0-nullsafety.4
- Migrate to non-nullable by default.
v2.0.0-dev.3
- Add
enablePullToZoomInRecord
, allow users to zoom by pulling up when recording video.
v2.0.0-dev.2
- Add
shouldDeletePreviewFile
, allow users to choose whether the captured preview file should be deleted.
v2.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.