Commit graph

4 commits

Author SHA1 Message Date
3620da91b7 fix(messaging): Web 알림 클릭 라우팅을 연결한다
실제 browser Notification 인스턴스에 click listener가 없어 foreground 알림 클릭이 opened routing으로 이어지지 않았다.

리뷰 루프를 PASS로 종결하고 task archive evidence를 남긴다.
2026-06-07 19:04:08 +09:00
ea77708c4f feat(messaging): Web 알림 전경 계약을 추가한다
Flutter Web foreground 알림 흐름을 이어가기 위해 permission API와 payload mapper를 패키지 내부 계약으로 고정한다.
2026-06-07 15:08:40 +09:00
c67cb557a5 feat(messaging): Web 플러그인 기준선을 추가한다
Flutter Web 등록과 browser Notification interop 경계를 추가하고 package manifest 계약을 정리한다.
2026-06-07 12:55:56 +09:00
caafd4f320 feat(messaging): Web 알림 API 기준을 추가한다
Flutter Web foreground 알림을 준비하기 위해 초기화 옵션과 token prefix 경계를 public API로 고정한다.

포트/환경 기준 문서와 로드맵 정리, agent-task 리뷰 산출물도 함께 반영한다.
2026-06-07 10:59:12 +09:00