cmd 0.0.12 cmd: ^0.0.12 copied to clipboard
The cmd package is a command line tool for Flutter Developers that is used to run the most common shell/bash commands via pre-built scripts.
0.0.12 #
- [Added]
flutter clean
commands inclean.sh
script - [Added] Deployment commands in
deploy.sh
script - [Added] CORS configuration for Google Cloud Storage in
cors_gcs.sh
script - [Updated] Documentation and examples
- [Added]
flutter build
commands inbuild.sh
script - [Added]
flutter pub
commands inpub.sh
script - [Added]
flutter doctor
commands indoctor.sh
script - [Added]
flutter run
commands inrun.sh
script - [Updated]
README.md
0.0.8-alpha-1 #
- [Added]
flutter pub
commands inpub.sh
script - [Added]
flutter doctor
commands indoctor.sh
script - [Added]
flutter run
commands inrun.sh
script - [Updated]
README.md
0.0.8 #
- Pub.dev Package Publishing
0.0.7 #
- Improving Pub Points
- Formatting
- Documentation
0.0.4 #
- Added Contribution Guide
0.0.1 #
Added the below scripts
- flutter doctor
- flutter run
- flutter build