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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: