camera_platform_interface 1.3.0 copy "camera_platform_interface: ^1.3.0" to clipboard
camera_platform_interface: ^1.3.0 copied to clipboard

unlistedoutdated

A common platform interface for the camera plugin.

1.3.0 #

  • Introduces an option to set the image format when initializing.

1.2.0 #

  • Added interface to support automatic exposure.

1.1.0 #

  • Added an optional maxVideoDuration parameter to the startVideoRecording method, which allows implementations to limit the duration of a video recording.

1.0.4 #

  • Added the torch option to the FlashMode enum, which when implemented indicates the flash light should be turned on continuously.

1.0.3 #

  • Update Flutter SDK constraint.

1.0.2 #

  • Added interface methods to support zoom features.

1.0.1 #

  • Added interface methods for setting flash mode.

1.0.0 #

  • Initial open-source release