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
331 stars 384 forks source link

Handle screenshot image #282

Closed armanim closed 5 months ago

armanim commented 7 months ago

279 Handle UIImage (screenshot image) as data url

armanim commented 7 months ago

The current iOS version does not handle intent data received as UIImage, thus the host app does not receive screenshot image data. The underlying issue is that the current version can only handle URLs as text or URLs pointing to storage files. However, UIImage, being an in-memory file, is not supported.

mostafasany commented 5 months ago

When can we merge this PR?

KasemJaffer commented 5 months ago

When can we merge this PR?

Another PR has been merged and included in v1.8.0