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
A sharing plugin, for example, share_plus, creates two share items: one for the shared file and the other for a text (file description). The flutter_sharing_intent passes the latest item to the listener if the app is configured to handle only a single file. So, the handling app cannot get the file path in SharedFile.value.
My app has a use case where the user shares his/her own content with the same app to copy the content to different locations.
The text was updated successfully, but these errors were encountered:
A sharing plugin, for example, share_plus, creates two share items: one for the shared file and the other for a text (file description). The flutter_sharing_intent passes the latest item to the listener if the app is configured to handle only a single file. So, the handling app cannot get the file path in SharedFile.value.
My app has a use case where the user shares his/her own content with the same app to copy the content to different locations.
The text was updated successfully, but these errors were encountered: