37 lines
962 B
YAML
37 lines
962 B
YAML
name: playwith_core
|
|
description: Core logic for playWith game platform.
|
|
version: 0.0.1
|
|
|
|
environment:
|
|
sdk: ^3.0.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
# 기존 ^2.0.0 등을 지우고 최신 버전으로 변경
|
|
bonsoir: ^6.0.1
|
|
uuid: ^4.0.0
|
|
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
|
|
gal: ^2.3.0 # [추가] 갤러리 저장용
|
|
# [파일 피커]
|
|
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
|
|
google_mobile_ads: ^5.0.0
|
|
audioplayers: ^6.0.0 # 여기로 이동
|
|
wifi_iot: ^0.3.19 # 와이파이 연결 및 정보 확인용
|
|
network_info_plus: ^5.0.1 # 게이트웨이(방장 IP) 확인용
|
|
nearby_connections: ^4.0.0
|
|
device_info_plus: ^10.1.0 # [추가] 기기 정보 확인용
|
|
|
|
dev_dependencies:
|
|
drift_dev: ^2.13.0
|
|
build_runner: ^2.4.6 |