58 lines
769 B
Markdown
58 lines
769 B
Markdown
# Prompts para Gemini (Estruturados)
|
|
|
|
## Regra base
|
|
Sempre:
|
|
- Ler /docs
|
|
- Seguir arquitetura
|
|
- Não inventar features
|
|
|
|
---
|
|
|
|
## Prompt 1 — Setup
|
|
Setup Flutter + Firebase + Auth + Localization
|
|
|
|
---
|
|
|
|
## Prompt 2 — Music Upload
|
|
Create MusicService:
|
|
- upload audio to Firebase Storage
|
|
- store metadata in Firestore
|
|
|
|
---
|
|
|
|
## Prompt 3 — Player
|
|
Create audio player using just_audio:
|
|
- play
|
|
- pause
|
|
- seek
|
|
|
|
---
|
|
|
|
## Prompt 4 — Playlists
|
|
Implement CRUD playlists with Firestore
|
|
|
|
---
|
|
|
|
## Prompt 5 — AI Tagging
|
|
Send song metadata to AI and store genre/mood
|
|
|
|
---
|
|
|
|
## Prompt 6 — Chat IA
|
|
Create chat UI + AI integration
|
|
|
|
---
|
|
|
|
## Prompt 7 — Messaging
|
|
Create DMs system:
|
|
- text messages
|
|
- send songId
|
|
|
|
---
|
|
|
|
## Prompt 8 — Themes
|
|
Implement:
|
|
- system theme
|
|
- custom colors
|
|
|