We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e510e44 commit 834197cCopy full SHA for 834197c
lib/src/cropper.dart
@@ -76,7 +76,6 @@ class ImageCropper {
76
AndroidUiSettings? androidUiSettings,
77
IOSUiSettings? iosUiSettings,
78
}) async {
79
- assert(await File(sourcePath).exists());
80
assert(maxWidth == null || maxWidth > 0);
81
assert(maxHeight == null || maxHeight > 0);
82
assert(compressQuality >= 0 && compressQuality <= 100);
0 commit comments