Sanghyun

Results 4 comments of Sanghyun
trafficstars

> I faced on the same issue. It doesn't happen in all cases, but only on certain networks. > > It seems to have something to do with this pr...

```dart Crop( controller: cropController, image: imageData, onCropped: onCropped, initialSize: 0.8, interactive: true, // aspectRatio: 1, withCircleUi: true, baseColor: Colors.black, cornerDotBuilder: (size, edgeAlignment) => const SizedBox.shrink(), progressIndicator: const CircularProgressIndicator( color: Colors.white,...

> Thanks @dhamdani666 @[PAVITHRA88](https://github.com/PAVITHRA88) how did you solve this in details