We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79e2eb5 + e363a66 commit c6c759bCopy full SHA for c6c759b
2 files changed
data/dart.json
@@ -491,7 +491,7 @@
491
"code": "dart pub cache add <প্যাকেজের নাম> --version \"<প্যাকেজের ভার্সন>\""
492
},
493
{
494
- "definition": "সম্পাদনার কারণে প্যাকেজ মেরামতের জন্য পুনরায় ইনস্টল করা",
+ "definition": "সিস্টেম ক্যাশে সমস্ত প্যাকেজ পুনরায় ইনস্টল করতে",
495
"code": "dart pub cache repair"
496
497
data/flutter.json
@@ -43,6 +43,14 @@
43
44
"definition": "অর্গানাইজেশন/প্রতিষ্ঠানের নাম সেট করতে",
45
"code": "flutter create --org com.yourorg your_project"
46
+ },
47
+ {
48
+ "definition": "প্রোজেক্ট টেম্পলেট সেট করতে",
49
+ "code": "flutter create --template=(app|package|plugin|module) <project_name>"
50
51
52
+ "definition": "পূর্বে এক্সপোর্টকৃত ফাইলসমূহ ডিলিট করতে",
53
+ "code": "flutter clean"
54
}
55
]
56
0 commit comments