chooyan-eng / crop_your_image

A flutter plugin which provides Crop Widget for cropping images.
https://pub.dev/packages/crop_your_image
Apache License 2.0
163 stars 139 forks source link

Crash in _resetCorppinArea() #114

Closed abhilash-scapia closed 9 months ago

abhilash-scapia commented 1 year ago

Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value at State.context(framework.dart:958) at _CropEditorState._resetCroppingArea(crop.dart:369) at _CropEditorState.didChangeDependencies.(crop.dart:339)

Checking mounted before this MediaQuery.of(context).size should fix

chooyan-eng commented 9 months ago

@abhilash-scapia Thank you for the feedback. I believe the PR https://github.com/chooyan-eng/crop_your_image/pull/124 would fix the issue.