Skip to content

Commit

Permalink
data/flutter: Add commands to create project template and cleanup out…
Browse files Browse the repository at this point in the history
… dir

Signed-off-by: sajidshahriar72543 <sazidshahriar39@gmail.com>
  • Loading branch information
sajidshahriar72543 committed Oct 10, 2024
1 parent 2887e35 commit f289d86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/flutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
{
"definition": "অর্গানাইজেশন/প্রতিষ্ঠানের নাম সেট করতে",
"code": "flutter create --org com.yourorg your_project"
},
{
"definition": "প্রোজেক্ট টেম্পলেট সেট করতে",
"code": "flutter create --template=(app|package|plugin|module) <project_name>"
},
{
"definition": "পূর্বে এক্সপোর্টকৃত ফাইলসমূহ ডিলিট করতে",
"code": "flutter clean"
}
]
},
Expand Down

0 comments on commit f289d86

Please sign in to comment.