atlanhq / darwin-camera

A Flutter plugin that simplifies camera app development
MIT License
55 stars 15 forks source link

Support multiple presets for aspect ratio #10

Open askprateek opened 4 years ago

askprateek commented 4 years ago

Description

Give user options to set the different aspect ratios of the image they want to capture.

This involves two changes.

  1. Show camera preview in different aspect ratios.
  2. Convert the output image to the selected aspect ratio.

WYSIWYG is very important here.