KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
325 stars 375 forks source link

Duplicate Paths on IOS #318

Open mostafasany opened 1 month ago

mostafasany commented 1 month ago

Steps to reproduce:

  1. Take 4 screenshots from in IOS
  2. Share and Choose your application
  3. All SharedItems are the same
    ReceiveSharingIntent.instance.getMediaStream().listen((shareItems) {
      sharedMediaHandler(shareItems); //All Share items have the same path
    }
    Screenshot 2024-08-14 at 12 39 18

Expected: To have different shared items