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

Error : getTextStream, getInitialText #319

Open KOSNOWMAN opened 3 weeks ago

KOSNOWMAN commented 3 weeks ago

After upgrading Flutter to the latest version (3.24.1) and updating receive_sharing_intent to the latest version, errors started occurring when calling the two methods (getTextStream, getInitialText). However, when I check the ReceiveSharingIntent class, there is no definition for these two methods that are causing the issue. Even when I downgrade the version of receive_sharing_intent (e.g., to 1.5.4), the same issue persists. These features worked without any problems before, but now I don't understand why this issue is happening. Please let me know what I might be missing.

스크린샷 2024-08-23 105817

AxelJankowski commented 2 weeks ago

Looks like these methods have been removed in 1.6.0. You should use getInitialMedia and getMediaStream.