Skip to content

Commit

Permalink
Merge pull request #331 from da-revo/master
Browse files Browse the repository at this point in the history
Changed File to CroppedFile in Example
  • Loading branch information
hnvn authored May 5, 2022
2 parents 0d91c24 + 1168bd1 commit 52e6862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ If using `CropperDialogBuilder` and `CropperRouteBuilder` to customize cropper d
import 'package:image_cropper/image_cropper.dart';
File croppedFile = await ImageCropper().cropImage(
CroppedFile croppedFile = await ImageCropper().cropImage(
sourcePath: imageFile.path,
aspectRatioPresets: [
CropAspectRatioPreset.square,
Expand Down
2 changes: 1 addition & 1 deletion image_cropper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ If using `CropperDialogBuilder` and `CropperRouteBuilder` to customize cropper d
import 'package:image_cropper/image_cropper.dart';
File croppedFile = await ImageCropper().cropImage(
CroppedFile croppedFile = await ImageCropper().cropImage(
sourcePath: imageFile.path,
aspectRatioPresets: [
CropAspectRatioPreset.square,
Expand Down

0 comments on commit 52e6862

Please sign in to comment.