v2.0.0-dev.1
Pre-release
Pre-release
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.