DEV Community

sabirsheikh007
sabirsheikh007

Posted on

Need Help Implementing Crop Area Coordinates for Images and Videos in Flutter Crop Package 'package:crop/crop.dart'

I'm currently working on a Flutter application using the crop package to enable users to crop images and videos. My goal is to capture the x, y coordinates, as well as the height and width of the crop area, not only for client-side processing but also for server-side integration.

Additionally…

Top comments (0)