🔍
لا توجد نتائج
🚀
بدء مشروع
2Create a new Flutter project with a clean structure
أنشئ مشروع Flutter بهيكل منظم
Explain the folder structure of this project
اشرح هيكل المجلدات
🎨
بناء واجهة
3Create a simple login screen with email and password fields
أنشئ شاشة تسجيل دخول بسيطة
Make the UI modern and clean
اجعل التصميم عصري ونظيف
Add validation for empty fields
أضف تحقق من الحقول الفارغة
✏️
تعديل كود
3Improve this code without changing its logic
حسّن الكود بدون تغيير المنطق
Make this code cleaner and more readable
اجعل الكود أوضح وأسهل قراءة
Split this into smaller functions
قسّم الكود إلى أجزاء أصغر
🐛
حل الأخطاء
3Fix this error and explain why it happened
أصلح الخطأ واشرح السبب
What is causing this issue?
ما سبب هذه المشكلة؟
Give me step-by-step solution
اعطني الحل خطوة بخطوة
💡
فهم الكود
3Explain this code like I'm a beginner
اشرح الكود كمبتدئ
What does this function do?
ماذا تفعل هذه الدالة؟
Why is this written this way?
لماذا كتب بهذه الطريقة؟
⚙️
بناء ميزة
3Add a feature to save user data locally
أضف ميزة حفظ البيانات محليًا
Create a button that navigates to another screen
أنشئ زر ينتقل لصفحة أخرى
Implement a simple counter feature
أنشئ عداد بسيط
⚡
تحسين الأداء
2Optimize this code for better performance
حسّن الأداء
Reduce unnecessary rebuilds
قلل إعادة البناء
📁
تنظيم المشروع
2Suggest a better architecture for this app
اقترح هيكل أفضل
How should I organize this feature?
كيف أنظم هذه الميزة؟
🌟
الأفكار
2Give me simple app ideas I can build
اعطني أفكار تطبيقات بسيطة
Make this idea more unique
اجعل الفكرة مميزة
🧪
اختبار التطبيق
2What should I test in this feature?
ماذا يجب أن أختبر؟
List possible edge cases
اعطني الحالات النادرة