CameraPickerState class
Inheritance
Mixed-in types
Methods
activate ()
→ void
Called when this object is reinserted into the tree after having been
removed via deactivate .
inherited
build (BuildContext context )
→ Widget
Describes the part of the user interface represented by this widget.
override
buildBackButton (BuildContext context , BoxConstraints constraints )
→ Widget
The back button near to the buildCaptureButton .
靠近拍照键的返回键
buildBody (BuildContext context )
→ Widget
buildCameraPreview ({required BuildContext context , required DeviceOrientation orientation , required BoxConstraints constraints })
→ Widget
buildCameraSwitch (BuildContext context )
→ Widget
The button to switch between cameras.
切换相机的按钮
buildCaptureActions ({required BuildContext context , required BoxConstraints constraints , CameraController ? controller })
→ Widget
Capture action's widget.
拍照操作区
buildCaptureButton (BoxConstraints constraints )
→ Widget
The shooting button.
拍照按钮
buildCaptureTips (CameraController ? controller )
→ Widget
Text widget for shooting tips.
拍摄的提示文字
buildExposureDetector (BuildContext context , BoxConstraints constraints )
→ Widget
The GestureDetector widget for setting exposure point manually.
用于手动设置曝光点的 GestureDetector
buildExposureSlider ({required ExposureMode mode , required double size , required double height , required double gap })
→ Widget
buildFlashModeSwitch (BuildContext context , CameraValue value )
→ Widget
The button to switch flash modes.
切换闪光灯模式的按钮
buildFocusingPoint ({required CameraValue cameraValue , required BoxConstraints constraints })
→ Widget
The area widget for the last exposure point that user manually set.
用户手动设置的曝光点的区域显示
buildForegroundBody (BuildContext context , BoxConstraints constraints )
→ Widget
buildInitializeWrapper ({required Widget builder (CameraValue , Widget ? ), bool isInitialized ()?, Widget ? child })
→ Widget
buildSettingActions (BuildContext context )
→ Widget
/////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////
//////////////////////// Just a line breaker ////////////////////////////
/////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////
Settings action section widget.
设置操作区
deactivate ()
→ void
Called when this object is removed from the tree.
inherited
debugFillProperties (DiagnosticPropertiesBuilder properties )
→ void
Add additional properties associated with the node.
inherited
didChangeAccessibilityFeatures ()
→ void
Called when the system changes the set of currently active accessibility
features.
inherited
didChangeAppLifecycleState (AppLifecycleState state )
→ void
Called when the system puts the app in the background or returns
the app to the foreground.
override
didChangeDependencies ()
→ void
Called when a dependency of this State object changes.
inherited
didChangeLocales (List <Locale > ? locales )
→ void
Called when the system tells the app that the user's locale has
changed. For example, if the user changes the system language
settings.
inherited
didChangeMetrics ()
→ void
Called when the application's dimensions change. For example,
when a phone is rotated.
inherited
didChangePlatformBrightness ()
→ void
Called when the platform brightness changes.
inherited
didChangeTextScaleFactor ()
→ void
Called when the platform's text scale factor changes.
inherited
didChangeViewFocus (ViewFocusEvent event )
→ void
Called whenever the PlatformDispatcher receives a notification that the
focus state on a view has changed.
inherited
didHaveMemoryPressure ()
→ void
Called when the system is running low on memory.
inherited
didPopRoute ()
→ Future <bool >
Called when the system tells the app to pop the current route, such as
after a system back button press or back gesture.
inherited
didPushRoute (String route )
→ Future <bool >
Called when the host tells the application to push a new route onto the
navigator.
inherited
didPushRouteInformation (RouteInformation routeInformation )
→ Future <bool >
Called when the host tells the application to push a new
RouteInformation and a restoration state onto the router.
inherited
didRequestAppExit ()
→ Future <AppExitResponse >
Called when a request is received from the system to exit the application.
inherited
didUpdateWidget (covariant CameraPicker oldWidget )
→ void
Called whenever the widget configuration changes.
inherited
dispose ()
→ void
Called when this object is removed from the tree permanently.
override
effectiveCameraScale (BoxConstraints constraints , CameraController controller )
→ double
Adjust the proper scale type according to the constraints
.
根据 constraints
获取相机预览适用的缩放。
handleCancelBackGesture ()
→ void
Called when a predictive back gesture is canceled, indicating that no
navigation should occur.
inherited
handleCommitBackGesture ()
→ void
Called when a predictive back gesture is finished successfully, indicating
that the current route should be popped.
inherited
handleScaleStart (ScaleStartDetails details )
→ void
Handle when the scale gesture start.
处理缩放开始的手势
handleScaleUpdate (ScaleUpdateDetails details )
→ Future <void >
Handle when the double tap scale details is updating.
处理双指缩放更新
handleStartBackGesture (PredictiveBackEvent backEvent )
→ bool
Called at the start of a predictive back gesture.
inherited
handleUpdateBackGestureProgress (PredictiveBackEvent backEvent )
→ void
Called when a predictive back gesture moves.
inherited
initCameras ([CameraDescription ? cameraDescription ])
→ Future <void >
Initialize cameras instances.
初始化相机实例
initFlashModesForCameras ()
→ void
Initializes the flash modes in validFlashModes for each
CameraDescription .
为每个 CameraDescription 在 validFlashModes 中初始化闪光灯模式。
initState ()
→ void
Called when this object is inserted into the tree.
override
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPointerMove (BoxConstraints c )
→ PointerMoveEventListener ?
onShootingButtonMove (PointerMoveEvent event , BoxConstraints constraints )
→ void
Update the scale value while the user is shooting.
用户在录制时通过滑动更新缩放
pushToViewer ({required XFile file , required CameraPickerViewType viewType })
→ Future <AssetEntity ? >
reassemble ()
→ void
Called whenever the application is reassembled during debugging, for
example during hot reload.
inherited
recordDetection ()
→ void
When the buildCaptureButton 's onLongPress
called,
the recordDetectTimer will be initialized for the press time detection.
If the duration reached to same as recordDetectDuration and the timer is
still active, start recording video.
当 buildCaptureButton 触发了长按,初始化一个定时器来实现时间检测。如果长按时间
达到了 recordDetectDuration 且定时器未被销毁,则开始录制视频。
recordDetectionCancel (PointerUpEvent event )
→ void
This will be given to the Listener in the buildCaptureButton . When it's
called, which means no more pressing on the button, cancel the timer and
reset the status.
这个方法会赋值给 buildCaptureButton 中的 Listener 。当按钮释放了点击后,定时器
将被取消,并且状态会重置。
restartDisplayModeDisplayTimer ()
→ void
restartExposurePointDisplayTimer ()
→ void
setExposureAndFocusPoint (Offset position , BoxConstraints constraints )
→ Future <void >
Use the position
to set exposure and focus.
通过点击点的 position
设置曝光和对焦。
setState (VoidCallback fn )
→ void
Notify the framework that the internal state of this object has changed.
inherited
startRecordingVideo ()
→ Future <void >
Set record file path and start recording.
设置拍摄文件路径并开始录制视频
stopRecordingVideo ()
→ Future <void >
Stop the recording process.
停止录制视频
switchCameras ()
→ void
Switch cameras in order. When the currentCameraIndex reached the length
of cameras, start from the beginning.
按顺序切换相机。当达到相机数量时从头开始。
switchExposureMode ()
→ Future <void >
Use the specific mode
to update the exposure mode.
设置曝光模式
switchFlashesMode (CameraValue value )
→ Future <void >
The method to switch between flash modes.
切换闪光灯模式的方法
takePicture ()
→ Future <void >
The picture will only taken when CameraValue.isInitialized ,
and the camera is not taking pictures.
仅当初始化成功且相机未在拍照时拍照。
toDiagnosticsNode ({String ? name , DiagnosticsTreeStyle ? style })
→ DiagnosticsNode
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep .
inherited
toString ({DiagnosticLevel minLevel = DiagnosticLevel.info })
→ String
A string representation of this object.
inherited
toStringShort ()
→ String
A brief description of this object, usually just the runtimeType and the
hashCode .
inherited
updateExposureOffset (double value )
→ Future <void >
Update the exposure offset using the exposure controller.
使用曝光控制器更新曝光值
zoom (double scale )
→ Future <void >