- API 클라이언트 및 인증 인터셉터 에러 처리 강화 - 의존성 주입 실패 시에도 앱 실행 가능하도록 개선 - 사용하지 않는 레거시 UI 컴포넌트 및 화면 제거 - pubspec.yaml 의존성 업데이트 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
64 lines
1.0 KiB
YAML
64 lines
1.0 KiB
YAML
name: superport
|
|
description: "A new Flutter project."
|
|
publish_to: 'none'
|
|
version: 0.1.0
|
|
|
|
environment:
|
|
sdk: ^3.7.2
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
pdf: ^3.10.4
|
|
printing: ^5.11.0
|
|
provider: ^6.1.5
|
|
wave: ^0.2.2
|
|
flutter_svg: ^2.0.10
|
|
google_fonts: ^6.1.0
|
|
|
|
# 네트워크
|
|
dio: ^5.4.0
|
|
retrofit: ^4.1.0
|
|
|
|
# 보안 저장소
|
|
flutter_secure_storage: ^9.0.0
|
|
|
|
# 의존성 주입
|
|
get_it: ^7.6.7
|
|
injectable: ^2.3.2
|
|
|
|
# JSON 처리
|
|
json_annotation: ^4.8.1
|
|
freezed_annotation: ^2.4.1
|
|
|
|
# 환경 설정
|
|
flutter_dotenv: ^5.1.0
|
|
|
|
# 에러 처리
|
|
dartz: ^0.10.1
|
|
|
|
# 국제화 및 포맷팅
|
|
intl: ^0.20.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
|
|
# 코드 생성
|
|
retrofit_generator: ^8.0.6
|
|
build_runner: ^2.4.8
|
|
json_serializable: ^6.7.1
|
|
injectable_generator: ^2.4.1
|
|
freezed: ^2.4.6
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- lib/assets/fonts/NotoSansKR-VariableFont_wght.ttf
|
|
- .env.development
|
|
- .env.production
|
|
|