Initial commit
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
name: tarot_app
|
||||
description: "A mystical tarot reading app built with Flutter and Firebase."
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.1
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
# Firebase Services
|
||||
firebase_core: ^3.0.0
|
||||
cloud_firestore: ^5.0.0
|
||||
firebase_auth: ^5.0.0 # ADDED: For unique user journals
|
||||
google_generative_ai: ^0.4.7 # Update to at least 0.4.3
|
||||
screenshot: ^3.0.0 # To capture the spread as an image
|
||||
share_plus: ^10.1.0 # To open the phone's share menu
|
||||
path_provider: ^2.1.2 # To save the temporary image file
|
||||
shared_preferences: ^2.2.2 # To remember which card back you chose
|
||||
|
||||
|
||||
# UI & Media
|
||||
flip_card: ^0.7.0
|
||||
audioplayers: ^6.1.0
|
||||
cupertino_icons: ^1.0.8
|
||||
intl: ^0.19.0 # ADDED: For date formatting (Oct 27, 2023)
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
- assets/images/
|
||||
- assets/sounds/
|
||||
- assets/tarot_data.json
|
||||
- assets/fonts/
|
||||
|
||||
fonts:
|
||||
- family: Metamorphous
|
||||
fonts:
|
||||
- asset: assets/fonts/Metamorphous.ttf
|
||||
Reference in New Issue
Block a user