File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ To solve these (and other related) problems, flutterw is created.
2727
2828## What can Flutterw do?
2929
30- - Dispatch arguments to flutter tool when no command hook configured.
31- - ` pre ` scripts are executed before running command.
32- - ` post ` scripts are executed after running command.
33- - ` command ` scripts are executed to replace original command.
34- - Command scripts can be packages in [ Pub] ( https://pub.dev/packages?q=flutterw )
30+ - Dispatch arguments to ` flutter ` if no ` scripts ` configured in ` pubspec.yaml `
31+ - Scripts shortcut ` flutterw <script> ` runs ` scripts ` in ` pubspec.yaml `
32+ - ` pre:command ` scripts are executed before running command
33+ - ` command ` scripts are executed to replace original command
34+ - ` post:command ` scripts are executed after running command
35+ - Use packages in [ Pub] ( https://pub.dev/packages?q=flutterw ) to enhance/replace ` flutter ` builtin commands
3536 - packages created by flutterw author
3637 - [ flutterw_build_aar] ( https://pub.dev/packages/flutterw_build_aar )
3738 - [ flutterw_clean] ( https://pub.dev/packages/flutterw_clean ) (for example)
3839 - packages created by community developers. (PRs are welcome!)
39- - Add custom command to ` flutterw ` .
4040
4141## Who is using Flutterw?
4242
You can’t perform that action at this time.
0 commit comments