camera_extended 0.11.8 copy "camera_extended: ^0.11.8" to clipboard
camera_extended: ^0.11.8 copied to clipboard

Extended Flutter camera plugin with native aspect ratio support (16:9, 4:3, 1:1). Fork of the official camera package with sensor-level aspect ratio configuration.

Changelog #

0.11.5 #

  • Updated camera_extended_ios dependency to ^0.9.24

0.11.4 #

  • Updated dependencies to latest versions

0.11.3 #

Fork of camera package with native aspect ratio support.

New Features #

  • Native Aspect Ratio Control - Configure camera aspect ratio at sensor level

    • CameraAspectRatio.ratio16x9 - 16:9 widescreen
    • CameraAspectRatio.ratio4x3 - 4:3 standard (wider field of view)
    • CameraAspectRatio.ratio1x1 - 1:1 square
    • CameraAspectRatio.ratioDefault - Camera's default ratio
  • CameraController.aspectRatio - New parameter for aspect ratio selection

    CameraController(
      camera,
      ResolutionPreset.high,
      aspectRatio: CameraAspectRatio.ratio4x3,
    );
    

Platform Support #

Platform 16:9 4:3 1:1
Android Native Native Native (1088x1088)
iOS Native Native Fallback to 4:3

Based On #

Original camera package version 0.11.3 from Flutter team.


Previous Versions #

See original camera changelog.

0
likes
0
points
157
downloads

Publisher

verified publishercodigee.com

Weekly Downloads

Extended Flutter camera plugin with native aspect ratio support (16:9, 4:3, 1:1). Fork of the official camera package with sensor-level aspect ratio configuration.

Repository (GitHub)
View/report issues

Topics

#camera

License

unknown (license)

Dependencies

camera_extended_android, camera_extended_ios, camera_extended_platform_interface, flutter, flutter_plugin_android_lifecycle

More

Packages that depend on camera_extended

Packages that implement camera_extended