cmd 0.0.2-dev.1 copy "cmd: ^0.0.2-dev.1" to clipboard
cmd: ^0.0.2-dev.1 copied to clipboard

The cmd package is a command line tool for Flutter to run the most common shell/bash commands via pre-built scripts.

pub package Pub Points Popularity Likes Telegram WhatsApp Donate Now

flutter cmd

Flutter, a mobile development UI kit managed by Google comes with the handy CLI (Command Line Interface). It lets you do the same tasks that you perform using IDE. This package will help you quickly running the important CLI commands that are used in almost all Flutter projects by running scripts. Flutter developers find it difficult to type commands again and again and sometimes you need to run a series of commands one after another. This is where this package is helpful. Flutter's cmd package helps developers to save time by using pre-written shell scripts for performing the below operations:

flutter cmd

Installation #

In your pubspec.yaml:

dev_dependencies:
  cmd:

Run the following commands below to install cmd:

flutter pub get
flutter pub run cmd:install

In your project root directory you will find a folder cmd that contains all available scripts.

Usage #

VS Code

  • Install Code Runner Extension
  • Right click on Script you want to execute and select Run Code
  • Alternatively use this short key Ctrl + Alt + N after opening the file

Frequently Asked Questions ~ FAQs #

FAQs

How to contribute to cmd?

Soon I will publish guidelines on how to contribute this package ✌🏻

Usama Sarwar Contributions

Open Source Contributor from Punjab, Pakistan 🇵🇰

10
likes
0
pub points
40%
popularity

Publisher

verified publisherusama.dev

The cmd package is a command line tool for Flutter to run the most common shell/bash commands via pre-built scripts.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cmd