Hello, I am working on adding this in (thank you for developing) to my flutter app and building on iOS. I followed the instructions in your setup guide, but now I'm seeing an error when building using either the flutter command or in Xcode:
Error: Member not found: 'ReceiveSharingIntent.getMediaStream'.
I went through and double-checked my steps and I'm not seeing anything obvious that I missed. I'd appreciate any help I can get, thanks!
Note: This dart code works on Android and the sharing works just fine, so it seems to be an iOS specific issue.
Looks like I had code from an outdated version of the library. Changing to ReceiveSharingIntent.instance.getMediaStream and updating my other references seemed to fix it.
Hello, I am working on adding this in (thank you for developing) to my flutter app and building on iOS. I followed the instructions in your setup guide, but now I'm seeing an error when building using either the flutter command or in Xcode:
Error: Member not found: 'ReceiveSharingIntent.getMediaStream'.
I went through and double-checked my steps and I'm not seeing anything obvious that I missed. I'd appreciate any help I can get, thanks!
Note: This dart code works on Android and the sharing works just fine, so it seems to be an iOS specific issue.