결재 API 계약 보완 및 테스트 정리

This commit is contained in:
JiWoong Sul
2025-10-16 18:53:22 +09:00
parent 9e2244f260
commit efed3c1a6f
44 changed files with 1969 additions and 293 deletions

View File

@@ -36,7 +36,7 @@ class _PostalSearchPageState extends State<PostalSearchPage> {
child: ShadCard(
title: Text('우편번호 검색 모달 미리보기', style: theme.textTheme.h3),
description: Text(
'검색 버튼을 눌러 모달 UI를 확인하세요. 검색 API 연동은 이후 단계에서 진행됩니다.',
'검색 버튼을 눌러 실제 우편번호 API 결과와 모달 UI를 확인하세요.',
style: theme.textTheme.muted,
),
footer: Row(