allscore_app/pubspec.yaml

64 lines
1.7 KiB
YAML
Raw Permalink Normal View History

2024-12-14 16:44:36 +00:00
name: allscore_app
description: "A new Flutter project."
publish_to: 'none'
2024-12-14 16:44:36 +00:00
version: 1.0.0+1
environment:
sdk: ^3.6.0
# ───────────────────────────────────
# 의존성
# ───────────────────────────────────
2024-12-14 16:44:36 +00:00
dependencies:
flutter:
sdk: flutter
2025-01-07 13:38:36 +00:00
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
2024-12-14 16:44:36 +00:00
cupertino_icons: ^1.0.8
fluttertoast: ^8.0.9
2025-01-18 09:28:24 +00:00
flutter_launcher_icons: ^0.12.0
flutter_native_splash: ^2.2.15
2024-12-14 16:44:36 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
2025-01-18 09:28:24 +00:00
flutter_launcher_icons: ^0.12.0
flutter_native_splash: ^2.2.15
2024-12-14 16:44:36 +00:00
# ───────────────────────────────────
# 플러터 섹션
# ───────────────────────────────────
2024-12-14 16:44:36 +00:00
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
2025-01-18 09:28:24 +00:00
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