728x90
반응형
English Question Patterns for Flutter & AI Projects
1. Previous Work Retrieval
이전 작업 내용을 가져올 수 있어?
Can you retrieve the main development details from our previous Flutter session where we worked on the infinite loop dialogue app?
2. Error Diagnosis & Explanation
이런 에러가 나왔는데 원인이 뭐야?
I'm getting this error: "[error message]". What’s causing it?
이 말뜻을 이해 못하겠어
I don’t understand what "[message]" means. Can you explain it in detail?
호환성 문제 원인이 뭐야?
Why is there a compatibility issue with the
speech_to_text package? What causes it?3. Feature Request
Flutter에서 STT 기능 가장 심플하게 추가하는 방법?
I want to add STT (speech-to-text) functionality in Flutter. What’s the simplest way to implement it?
STT 기능이 안돼. 되게 해줘
The app runs now, but STT doesn't work. Can you help me make it work?
4. Code Fix/Integration
코드 수정해줘
Please fix/update this code.
이 파일은 어떻게 추가해?
How do I properly add the
fallback_speech_service.dart file to the project?모듈 최적화해줘
Please update
[module] to optimize it with [other modules].5. Configuration / Permissions
Android 권한 설정이 뭐야?
What permissions do I need to add to
AndroidManifest.xml?이 파일이 없는데 어떻게 해야 해?
The file
network_security_config.xml is missing. What should I do?flutter clean 없이 build 해도 돼?
Can I run
flutter build apk --debug without doing flutter clean and flutter pub get first?6. Prompt Generation
프롬프트 만들어줘
Can you create a reusable prompt that can generate
models.py just like prompt.txt?7. App Behavior & Troubleshooting
계속 이어서 진행해줘
Let's continue from this session.
해결해줘
Please help me solve this.
APK는 되는데 스마트폰에서 실행 안돼
The APK was built successfully, but it doesn’t run on my phone. Can you help?
728x90
반응형
'코딩' 카테고리의 다른 글
| Context Engineering (0) | 2025.07.17 |
|---|---|
| Django Frontend Choice: Alpine.js or Pure Javascript? (0) | 2025.07.15 |
| 영어 많이 듣자! (어플리케이션 구조) (0) | 2025.07.09 |
| 영어 많이 듣자! (사용법) (0) | 2025.07.09 |
| 영어 많이 듣자! (시스템 설계서) (0) | 2025.07.09 |