Releases: fluttercandies/flutter_wechat_camera_picker
Releases · fluttercandies/flutter_wechat_camera_picker
v2.3.0-dev.2
- Expose
useRootNavigatorwhile picking.
v2.3.0-dev.1
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
imageFormatGroupfrom thecameraplugin.
Breaking Changes
- Migrate to non-nullable by default.
isAllowRecording->enableRecordingisOnlyAllowRecording->onlyAllowRecording
Fixes
- All fixes from the
cameraplugin.
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.