Conversation
- mypage_profile: Kakao FeedTemplate으로 프로필 공유 (peeroreum://profile/{nickname})
- MainActivity: getInitialNickname cold start / onDeepLinkProfile warm start 처리
- AndroidManifest: peeroreum://profile intent filter 추가
- main: extractNickname, onDeepLinkProfile 핸들러 / Android uriLinkStream 중복 제거
- pending_deep_link: profileNickname 필드 추가
- bottomNaviBar: profileNickname 딥링크 라우팅 추가
- wedu_room_info_sheet: showModalBottomSheet → Get.bottomSheet() 교체 (GetX Navigator 초기화 중 동일 GlobalKey<NavigatorState>가 Navigator와 _FocusInheritedScope에 중복 등록되는 문제 방지) - bottomNaviBar: wedu roomId 처리에 300ms delay 추가 - nested Scaffold 제거: mypage.dart, wedu_detail_screen.dart, mypage_profile.dart
- WeduRoomInfoSheet.onShare 콜백 타입을 VoidCallback → void Function(Rect?)으로 변경 - 공유 버튼을 Builder로 감싸 RenderBox 위치를 계산, 콜백에 Rect 전달 - wedu_home, wedu_search_result: sharePositionOrigin: shareRect 추가 - mypage_profile: GlobalKey(_shareButtonKey)로 공유 버튼 위치 추적 후 sharePositionOrigin 전달 - iOS에서 카카오톡 미설치 시 fallback Share.share() 호출 시 PlatformException 해결
- changeDetailWedu() 방장/일반 참여자 메뉴 모두에 공유하기 항목 추가 - 카카오톡 설치 시 FeedTemplate 공유, 미설치 시 Share.share() fallback - iOS sharePositionOrigin: dots 버튼(_dotsButtonKey)을 앵커로 사용 - 공유하기 탭 시 바텀시트 자동 닫힘(Get.back()) 후 공유 실행 - 일반 참여자 메뉴: GestureDetector → Column+TextButton으로 리팩터
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.