You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the package, first. The problems in the receive_share_intent package have already cost me a lot of nerves....
If the name of a file contains the special chars like äöü the plugin crashes. The errors appears in the Uri.decodeFull() function. Tested with the example on Android. See the attached stacktrace for more information.
Thank you for the package, first. The problems in the receive_share_intent package have already cost me a lot of nerves....
If the name of a file contains the special chars like äöü the plugin crashes. The errors appears in the Uri.decodeFull() function. Tested with the example on Android. See the attached stacktrace for more information.
#0 _Uri._uriDecode (dart:core/uri.dart:3060:11)
#1 Uri.decodeFull (dart:core/uri.dart:1299:17)
#2 SharedAttachment.decode (package:share_handler_platform_interface/src/data/messages.dart:34:11)
#3 SharedMedia.decode. (package:share_handler_platform_interface/src/data/messages.dart:93:41)
#4 MappedListIterable.elementAt (dart:_internal/iterable.dart:413:31)
#5 ListIterator.moveNext (dart:_internal/iterable.dart:342:26)
#6 CastIterator.moveNext (dart:_internal/cast.dart:61:30)
#7 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189:27)
#8 new _GrowableList.of (dart:core-patch/growable_array.dart:150:28)
#9 new List.of (dart:core-patch/array_patch.dart:51:28)
#10 Iterable.toList (dart:core/iterable.dart:470:12)
#11 SharedMedia.decode (package:share_handler_platform_interface/src/data/messages.dart:95:12)
#12 MethodChannelShareHandler.sharedMediaStream. (package:share_handler_platform_interface/src/method_channel/method_channel_share_handler.dart:54:26)
#13 _MapStream._handleData (dart:async/stream_pipe.dart:213:31)
#14 _ForwardingStreamSubscription._handleData (dart:async/stream_pipe.dart:153:13)
#15 _RootZone.runUnaryGuarded (dart:async/zone.dart:1586:10)
#16 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:339:11)
#17 _DelayedData.perform (dart:async/stream_impl.dart:515:14)
#18 _PendingEvents.handleNext (dart:async/stream_impl.dart:620:11)
#19 _PendingEvents.schedule. (dart:async/stream_impl.dart:591:7)
#20 _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
#21 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)
The text was updated successfully, but these errors were encountered: