flutter-package / images_picker

Flutter plugin for selecting images/videos from the Android and iOS gallery, and taking pictures/videos with the camera
MIT License
65 stars 87 forks source link

1x1 aspect ratio #86

Open imugaibel opened 2 years ago

imugaibel commented 2 years ago

Environment

Flutter version: Plugin version:
Android version:
iOS version: Xcode version:
Device information:

Description

What you'd like to happen: add 1x1 aspect ratio for squire image and force it in ios camera and album pick thanks Alternatives you've considered:

Images:

kiloki-official commented 2 years ago

aspectRatio: CropAspectRatio(1, 1)

imugaibel commented 2 years ago

aspectRatio: CropAspectRatio(1, 1)

I forked it and edited code