feat: API 통합을 위한 기초 인프라 구축
- 네트워크 레이어 구현 (Dio 기반 ApiClient) - 환경별 설정 관리 시스템 구축 - 의존성 주입 설정 (GetIt) - API 엔드포인트 상수 정의 - 인터셉터 구현 (Auth, Error, Logging) - 프로젝트 아키텍처 개선 (core, data, di 디렉토리 구조) - API 통합 계획서 및 요구사항 문서 작성 - 필요 패키지 추가 (dio, flutter_secure_storage, get_it 등)
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# Example environment configuration
|
||||
# Copy this file to .env.development or .env.production and update the values
|
||||
|
||||
API_BASE_URL=http://localhost:8080/api/v1
|
||||
API_TIMEOUT=30000
|
||||
ENABLE_LOGGING=true
|
||||
Reference in New Issue
Block a user