allscore_app/pubspec.yaml

66 lines
1.7 KiB
YAML
Raw Normal View History

2024-12-14 16:44:36 +00:00
name: allscore_app
description: "A new Flutter project."
publish_to: 'none'
2025-02-04 07:11:00 +00:00
version: 1.0.10+10
2024-12-14 16:44:36 +00:00
environment:
2025-02-03 08:14:25 +00:00
sdk: '>=3.5.3 <4.0.0'
flutter: ">=3.16.0"
2024-12-14 16:44:36 +00:00
# ───────────────────────────────────
# 의존성
# ───────────────────────────────────
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
2025-02-05 18:01:46 +00:00
firebase_core: ^2.24.2
firebase_auth: ^4.15.3
2025-02-05 08:17:49 +00:00
firebase_database: ^10.2.3
2025-02-05 18:01:46 +00:00
google_sign_in: ^6.1.6
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
2025-01-22 10:51:36 +00:00
auto_size_text: ^3.0.0
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