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