We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents feabd35 + f289d86 commit e363a66Copy full SHA for e363a66
1 file changed
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