feat: API 인증 시스템 구현 및 로그인 화면 연동

- AuthService, AuthRemoteDataSource 구현
- JWT 토큰 관리 (SecureStorage 사용)
- 로그인 화면 API 연동 및 에러 처리
- freezed 패키지로 Auth 관련 DTO 모델 생성
- 의존성 주입 설정 업데이트
This commit is contained in:
JiWoong Sul
2025-07-24 15:14:53 +09:00
parent 2b31d3af5f
commit c573096d84
26 changed files with 2063 additions and 59 deletions

View File

@@ -31,6 +31,7 @@ dependencies:
# JSON 처리
json_annotation: ^4.8.1
freezed_annotation: ^2.4.1
# 환경 설정
flutter_dotenv: ^5.1.0
@@ -51,6 +52,7 @@ dev_dependencies:
build_runner: ^2.4.8
json_serializable: ^6.7.1
injectable_generator: ^2.4.1
freezed: ^2.4.6
flutter:
uses-material-design: true