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
그러나 최종 목표는 위시버킷 앱 처럼 외부앱에서 우리 앱으로 공유할때 커스텀 공유 sheet 를 띄워서 그 자리에서 바로 공유 컨텐츠를 저장 할 수 있어야합니다
플러터에서 이미 구현된 패키지나, 위젯은 없는걸로 확인되며 네이티브 개발 후 flutter 앱에 올리는 방식이 필요해 보입니다
기능 예시 데모
01_06_23_06_24_25_PM.mp4
Android
안드로이드 에서는 Intent.ACTION_SEND 를 통해 컨텐츠를 공유 받을 수 있으며 intent.putExtra 를 통해 커스텀 공유 sheet를 만들 수 있는걸로 보입니다
설명
현재 receive_sharing_intent 패키지를 사용하여
url 공유받기 까지는 구현이 된 상태입니다
그러나 최종 목표는 위시버킷 앱 처럼 외부앱에서 우리 앱으로 공유할때 커스텀 공유 sheet 를 띄워서 그 자리에서 바로 공유 컨텐츠를 저장 할 수 있어야합니다
플러터에서 이미 구현된 패키지나, 위젯은 없는걸로 확인되며 네이티브 개발 후 flutter 앱에 올리는 방식이 필요해 보입니다
기능 예시 데모
01_06_23_06_24_25_PM.mp4
Android
안드로이드 에서는
Intent.ACTION_SEND
를 통해 컨텐츠를 공유 받을 수 있으며intent.putExtra
를 통해 커스텀 공유 sheet를 만들 수 있는걸로 보입니다참고
https://medium.com/@amirdes021_73588/android-custom-chooser-for-intent-share-send-358ee8cbc152
https://stackoverflow.com/questions/38428070/android-share-via-dialog-has-different-layouts
https://developer.android.com/training/sharing/send?hl=ko#adding-custom-targets
iOS
참고
The text was updated successfully, but these errors were encountered: