Open ramtinq opened 1 year ago
do you have any demo to reproduce it?
do you have any demo to reproduce it?
I tried using the project under extended_image/example, and replaced line 48 in example/lib/pages/simple/image_editor_demo.dart with initialCropAspectRatio: CropAspectRatios.original
. The result would be as shown in the image below (Oneplus 8, Color OS 13).
i can't reproduce at my side
do you have any demo to reproduce it?
I tried using the project under extended_image/example, and replaced line 48 in example/lib/pages/simple/image_editor_demo.dart with
initialCropAspectRatio: CropAspectRatios.original
. The result would be as shown in the image below (Oneplus 8, Color OS 13).
Yes exactly!
Version
7.0.2
Platforms
Android
Device Model
Android Emulator API Level 24
flutter info
How to reproduce?
Setting
initialCropAspectRatio: CropAspectRatios.original
sets full height with zero width crop.Logs
No response
Example code (optional)