flutterw 0.6.1 flutterw: ^0.6.1 copied to clipboard
Flutterw wraps flutter tool to support hooks system. Hooks can be both scripts and dart package. Adding global or project hook by using flutterw hook command.
0.6.1 #
- Update
cli_hook
and docs
0.6.0 #
- Make flutterw depende on cli_hook and cli_wrapper
- Breaking Change
- hook name separator changed from underline(
_
) to colon(:
).
- hook name separator changed from underline(
0.5.3 #
- Move
hook
command to package flutterw_hook.
0.5.2 #
- Fix logo href and src in
README.md
.
0.5.1 #
- Fix output version when running
flutterw --version
.
0.5.0 #
- Upgrade
cli_wrapper
to^0.4.1
. - Merge plugins to hooks.
- Support project and global hooks system.
- Remve dartw, focus on flutter tool.
0.4.0 #
- Add dartw to support dart commands.
0.3.1 #
- Fix command hook name term.
0.3.0 #
- Supports command hooks .
0.2.0 #
- Supports located flutter tool .
0.1.0 #
- Basiclly supports all flutter commands.