flutter_feature_camera
library
Classes
-
CaptureImageModel
-
-
CirclePainterV2
-
A custom painter that draws a semi-transparent overlay with a circular cutout and optional progress arc,
typically used as an overlay for selfie cameras to focus on the subject in the center of the screen.
-
FeatureCamera
-
-
FeatureCameraException
-
-
RectanglePainterV2
-
A custom painter that draws a semi-transparent overlay with a centered rectangular cutout,
typically used as a camera overlay to highlight the area for capturing ID cards or documents.
Mixins
-
BaseMixinFeatureCameraV2
-
BaseMixinFeatureCameraV2 is a mixin class designed to facilitate camera-related functionalities.
It provides methods for handling essential camera features, such as initializing the camera, taking pictures,
switching between cameras, setting flash modes, starting and stopping image streams, and more.