hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
1k stars 392 forks source link

[Flutter web] Coordinates of individual corners of a rotated (cropped) image and the rotation angle. #461

Open Devhric opened 11 months ago

Devhric commented 11 months ago

How can I obtain the coordinates of individual corners of a rotated (cropped) image and the rotation angle in web browser?

Gryphonclaw111 commented 3 months ago

I'm facing a similar issue. Did you manage to find a way to obtain the coordinates?