We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After adding an image from my gallery, it does not send me to the crop section. I get this error when I want to add an image from my gallery again.
[VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: PlatformException(multiple_request, Cancelled by a second request, null, null) #0 StandardMethodCodec.decodeEnvelope package:flutter/…/services/message_codecs.dart:597 #1 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:158 #2 MethodChannelImagePicker.pickImage package:image_picker_platform_interface/…/method_channel/method_channel_image_picker.dart:29 #3 _MyAppState._openImage package:image_crop_example/main.dart:98
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After adding an image from my gallery, it does not send me to the crop section. I get this error when I want to add an image from my gallery again.
[VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: PlatformException(multiple_request, Cancelled by a second request, null, null)
#0 StandardMethodCodec.decodeEnvelope
package:flutter/…/services/message_codecs.dart:597
#1 MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:158
#2 MethodChannelImagePicker.pickImage
package:image_picker_platform_interface/…/method_channel/method_channel_image_picker.dart:29
#3 _MyAppState._openImage
package:image_crop_example/main.dart:98
The text was updated successfully, but these errors were encountered: