allscore_app/pubspec.yaml
2025-01-18 18:28:24 +09:00

64 lines
1.7 KiB
YAML

name: allscore_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.6.0
# ───────────────────────────────────
# 의존성
# ───────────────────────────────────
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^5.2.0
http: ^1.2.2
crypto: ^3.0.1
shared_preferences: ^2.0.6
image_picker: ^0.8.4+4
firebase_core: ^3.9.0
firebase_auth: ^5.3.4
firebase_database: ^11.2.0
google_sign_in: ^5.4.0
cupertino_icons: ^1.0.8
fluttertoast: ^8.0.9
flutter_launcher_icons: ^0.12.0
flutter_native_splash: ^2.2.15
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.12.0
flutter_native_splash: ^2.2.15
# ───────────────────────────────────
# 플러터 섹션
# ───────────────────────────────────
flutter:
uses-material-design: true
# 여기에 에셋 등록
assets:
- assets/images/icons8-google-logo-36.png
- assets/images/icons8-google-logo-48.png
- assets/images/icons8-google-logo-48-2.png
- assets/images/icons8-google-logo-72.png
- assets/images/icons8-google-logo-96.png
- assets/images/icons8-google-logo-144.png
- assets/images/icons8-google-logo-192.png
flutter_icons:
android: true
ios: true
image_path: "assets/icons/allscore_icon.png"
flutter_native_splash:
color: "#ffffff"
image: assets/icons/allscore_icon.png
android: true
ios: true