power_command 0.0.4 power_command: ^0.0.4 copied to clipboard
A useful command line tool for Dart, which supports clean, pub get, pure etc.
0.0.4 #
-
Support flutter component source code management through a pair of commands:
power_command source build
power_command source restore
0.0.3 #
-
support run a script
For Example:
power_command custom ~/currentActivity.sh
0.0.2+2 #
-
refactor
power_command custom --command
command topower_command custom [arguments]
For Example:
power_command custom flutter pub get
which will runflutter pub get
-
support to delete files or folder.
For Example:
print
power_command delete pubspec.lock
which will rundelete
command to deletepubspec.lock
0.0.2+1 #
- add custom command and format command, you can custom command like
power_command custom --command="flutter pub get"
- every command support format flag
0.0.2 #
- fix a bug "The Flutter SDK is not available." when run command
power_command <command>
0.0.1+1 #
- update documentation
0.0.1 #
- support
flutter clean
,flutter pub get
, deletepubspec.lock
file, andpure
which run delete clean and pub get in order