Skip to content

Commit 8f631e3

Browse files
committed
docs(flutterw): update docs about scripts in README.md
1 parent ff9c46d commit 8f631e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/flutterw/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)