55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
name: road_trip_kids
|
|
description: A speech-controlled game app for kids during road trips
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.19.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.5 # Speech recognition
|
|
speech_to_text: ^7.0.0
|
|
# Text to speech
|
|
flutter_tts: ^4.2.2
|
|
# State management
|
|
provider: ^6.0.5
|
|
# Firebase dependencies
|
|
firebase_core: ^2.14.0
|
|
firebase_auth: ^4.6.3
|
|
cloud_firestore: ^4.8.1
|
|
# For animations
|
|
lottie: ^2.6.0
|
|
# For HTTP requests to OpenAI API
|
|
http: ^1.1.0
|
|
# For secure storage (parental controls)
|
|
flutter_secure_storage: ^8.0.0
|
|
# For local storage
|
|
shared_preferences: ^2.2.0
|
|
# Audio files
|
|
audioplayers: ^5.1.0
|
|
# SVG rendering
|
|
flutter_svg: ^2.0.7
|
|
# Connectivity checking
|
|
connectivity_plus: ^4.0.2
|
|
# For in-app purchases (subscription)
|
|
in_app_purchase: ^3.1.7
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.2
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/images/
|
|
- assets/sounds/
|
|
# Using system fonts instead to resolve build issue
|
|
# fonts:
|
|
# - family: Bubblegum
|
|
# fonts:
|
|
# - asset: assets/fonts/BubblegumSans-Regular.ttf
|