playWith/packages/core/pubspec.yaml

37 lines
962 B
YAML
Raw Normal View History

2025-11-21 17:58:56 +09:00
name: playwith_core
description: Core logic for playWith game platform.
version: 0.0.1
environment:
sdk: ^3.0.0
dependencies:
flutter:
sdk: flutter
2025-11-24 17:53:00 +09:00
# 기존 ^2.0.0 등을 지우고 최신 버전으로 변경
bonsoir: ^6.0.1
2025-11-21 17:58:56 +09:00
uuid: ^4.0.0
2025-11-24 17:53:00 +09:00
equatable: ^2.0.5
permission_handler: ^11.0.0
# [DB]
drift: ^2.13.0
sqlite3_flutter_libs: ^0.5.0
path_provider: ^2.1.1
path: ^1.8.3
2025-11-25 16:34:13 +09:00
gal: ^2.3.0 # [추가] 갤러리 저장용
2025-11-24 17:53:00 +09:00
# [파일 피커]
2025-11-25 16:34:13 +09:00
image_picker: ^1.1.2
file_picker: ^8.1.4
shared_preferences: ^2.2.2
speech_to_text: ^7.0.0
flutter_local_notifications: ^17.0.0
2025-11-26 18:10:10 +09:00
google_mobile_ads: ^5.0.0
audioplayers: ^6.0.0 # 여기로 이동
2025-12-02 11:06:23 +09:00
wifi_iot: ^0.3.19 # 와이파이 연결 및 정보 확인용
network_info_plus: ^5.0.1 # 게이트웨이(방장 IP) 확인용
nearby_connections: ^4.0.0
device_info_plus: ^10.1.0 # [추가] 기기 정보 확인용
2025-11-26 18:10:10 +09:00
2025-11-24 17:53:00 +09:00
dev_dependencies:
drift_dev: ^2.13.0
build_runner: ^2.4.6