Skip to content

Commit

Permalink
Merge pull request #1129 from sajidshahriar72543/flutter-cli
Browse files Browse the repository at this point in the history
data/flutter: Add commands to create project template and cleanup out dir
  • Loading branch information
zonayedpca authored Oct 28, 2024
2 parents feabd35 + f289d86 commit e363a66
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 e363a66

Please sign in to comment.