redvelvet_fan

Results 3 comments of redvelvet_fan

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