포스트

chatgpt로 simple flutter code 만들기(16) - receive_sharing_intent 패키지의 한계, 아쉬운 점.

https://pub.dev/packages/receive_sharing_intent

receive_sharing_intent | Flutter Package A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps. A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps.

일반적으로 브라우저에서 공유할 때 세 가지 데이터(1. 썸네일, 2. 제목, 3. Url)가 마련되는데,

receive_sharing_intent 패키지에는 그 세 가지 중 한 가지(String url)만 전달되는 것 같다. 이 점이 아쉽다.

그래서 비교적 최근에 업데이트 되는 패키지를 찾아봤는데, 마찬가지다.

https://pub.dev/packages/receive_sharing_intent_plus

receive_sharing_intent_plus | Flutter Package Unlock seamless content sharing in your Flutter apps with text, photos, and URLs - one plugin away. Unlock seamless content sharing in your Flutter apps with text, photos, and URLs - one plugin away.

https://pub.dev/packages/flutter_sharing_intent

flutter_sharing_intent | Flutter Package A flutter plugin that allow flutter apps to receive photos, videos, text, urls or any other file types from another app. A flutter plugin that allow flutter apps to receive photos, videos, text, urls or any other file types from another app.

이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.