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

url 공유받을때 custom 공유 sheet 띄우기 #15

Open
nain93 opened this issue Jun 1, 2023 · 1 comment
Open

url 공유받을때 custom 공유 sheet 띄우기 #15

nain93 opened this issue Jun 1, 2023 · 1 comment
Assignees
Labels

Comments

@nain93
Copy link
Member

nain93 commented Jun 1, 2023

설명

현재 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

참고

@nain93 nain93 added the issue label Jun 1, 2023
@nain93 nain93 self-assigned this Jun 1, 2023
@nain93
Copy link
Member Author

nain93 commented Aug 5, 2023

#47 에서 공유시트를 띄우지않고 앱으로 이동해서 처리하는 방법으로 변경해서 적용했으나 추후 ui 개선사항임

@nain93 nain93 mentioned this issue Aug 5, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant