Cropping not working proeprly with flutter 3.7.0
final cropKey = GlobalKey(); /// Initialise
Container(
color: Colors.black,
padding:
const EdgeInsets.symmetric(vertical: 10.0, horizontal: 10.0),
child: Crop.file(widget.file, key: cropKey)) /// Use
final area = cropKey.currentState.area;
area comming nill with black screen