Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error : getTextStream, getInitialText #319

Open
KOSNOWMAN opened this issue Aug 23, 2024 · 1 comment
Open

Error : getTextStream, getInitialText #319

KOSNOWMAN opened this issue Aug 23, 2024 · 1 comment

Comments

@KOSNOWMAN
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants