Vikram Singh Rajpoot

Results 2 issues of Vikram Singh Rajpoot

Just directly downloaded the sample app and try to run in ios its not working same running in Android

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...