- Correct sizes when using
cameraQuarterTurns
. (#149)
- Improve stop-capturing experiences. (#146)
- Precache captured images for better experiences. (#145)
- Add the loading indicator when saving. (#140)
- Bump
photo_manager
to explicitly remove the requirements ofrequiredLegacyExternalStorage
.
- Add torch flashlight support. (#137)
- Upgrade
camera
to0.10.x
. (#133) - Upgrade
photo_maanger
for Android 13. (#133)
- Fix the too early
widget
access inCameraPickerState
. (#124)
- Support customize UI by override
State
s. (#113)
- Expose multiple internal widgets. (#113)
- Re-export
CameraPicker
's constructor. (#116) - Avoid duplicate entity saving. (#117)
- Prevent switching cameras when taking picture or recording video. (#120)
- Add
enableScaledPreview
. (#108)
- Catch more errors with handler. (#110)
- Improve tapping exposure updates. (#109)
- Prevent unnecessary zoom updates. (#107)
- Allow the foreground builder to be used all the time (#97) .
The signature of the
ForegroundBuilder
has changed but can be easily migrated.
- Allow text delegates to be obtained by
Locale
. (#99)
- Support Flutter 3.
- Add
onXFileCaptured
. (#87)
- Unify the method to push to the viewer. (#86)
- Correct arguments of
EntitySaveCallback
. (#85)
- Export enums and typedefs.
- Remove redundant dispose with the controller.
- Add full semantics support. (#72)
- Add
lockCaptureOrientation
, allowing users to determine lock to the specific orientation during captures. (#68) - Export
CameraPickerPageRoute
. - Abstract
CamearPickerConfig
, which moved all arguments frompickFromCamera
topickerConfig
.
- Improve camera initializes by adding a lock.
- Tweak asynchronous methods call during initializations.
- Make camera controllers available as soon as possible.
- Fix scaling issues with turns and orientations.
- Fix lint issues on Flutter 2.10.
- Remove duplicate future requests when saving an entity.
- Drop initialize when the controller has been already initialized. (#70)
- Fix set exposure point crashes when switching between cameras. (#66)
- Bind circular progress color with the theme.
- Allow saving entities when the permission is limited on iOS.
- Add
preferredLensDirection
, allowing users to choose which lens direction is preferred when first using the camera. - Add
enableTapRecording
, allowing users to determine whether to allow the record can start with a single tap. - Add
shouldAutoPreviewVideo
, allowing users to determine whether the video should be played instantly in the preview.
- Request the permission state again when saving.
- Provide better experiences when video records need to be prepared.
- Fix invalid widgets binding observer caller.
- Add
onError
to handle errors during the picking process. SaveEntityCallback
->EntitySaveCallback
.- Improve folder structure of the plugin.
- Flip the preview if the user is using a front camera.
- Handle save exceptions more gracefully.
- Dispose the controller when previewing for better performance.
- Bump
camera
to0.9.x
. - Remove
shouldLockPortrait
in picking.
- Expose
enablePullToZoomInRecord
for thepickFromCamera
method. - Trigger shooting preparation only when start recording on iOS.
- Expose
useRootNavigator
while picking. - Initialize a new controller if failed to stop recording. (#39)
- Throw or rethrow exceptions that used to be caught. (#41)
- Update the back icon with preview.
- Enhance video capture on iOS with preparation.
- Add
EntitySaveCallback
for the custom save method.
- Improve the UI of the exposure point widget when manually focus.
- Use basename when saving entities.
- Add
shouldLockPortrait
to fit orientation for the device. - Fix exposure offset issue when resetting the exposure point after adjusting the exposure offset manually.
- Add
enableSetExposure
, allowing users to update the exposure from the point tapped on the screen. - Add
enableExposureControlOnPoint
, allowing users to control the exposure offset with an offset slide from the exposure point. - Add
enablePinchToZoom
, allowing users to zoom by pinching the screen. - Add
enablePullToZoomInRecord
, allowing users to zoom by pulling up when recording video. - Add
foregroundBuilder
, allowing users to build customized widgets beyond the camera preview. - Add
shouldDeletePreviewFile
, allowing users to choose whether the captured file should be deleted. - Sync
imageFormatGroup
from thecamera
plugin.
- Migrate to non-nullable by default.
isAllowRecording
->enableRecording
isOnlyAllowRecording
->onlyAllowRecording
- All fixes from the
camera
plugin.
- Constraint dependencies version. #22
- Add
enableAudio
parameter to control whether the package will require audio integration. #17
- Fix
maximumRecordingDuration
not passed in static method. #14
- Raise dependencies versions.
- Add
cameraQuarterTurns
.
- Expose resolution preset control.
- Remove common exports.
- Documents update.
- Link confirm button's text with delegate. Fix #6.
- Add
isOnlyAllowRecording
. Resolves #4. - Make camera switching available. Resolves #5.
- Fix potential non exist directory access.
- Support taking pictures and videos.
- Support video recording duration limitation.