camera_extended 0.11.11 copy "camera_extended: ^0.11.11" to clipboard
camera_extended: ^0.11.11 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.11 #

  • Updated documentation and README consistency
  • Updated camera_extended_ios dependency to ^0.9.30
  • Updated camera_extended_android dependency to ^0.6.29

0.11.10 #

  • Version bump for pub.dev publication

0.11.9 #

  • Updated dependencies to latest versions

0.11.8 #

  • Minor bug fixes and improvements

0.11.7 #

  • Updated camera_extended_ios dependency to ^0.9.28

0.11.6 #

  • Updated camera_extended_android dependency to ^0.6.28

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
160
points
78
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

Documentation

API reference

License

BSD-3-Clause (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