flutterw_hook 0.1.0 copy "flutterw_hook: ^0.1.0" to clipboard
flutterw_hook: ^0.1.0 copied to clipboard

This is a hook package for flutterw] You can usage this package to manage flutterw's package hooks.

About #

This is a hook package for flutterw, the usage is to manage package hooks.

Install #

First, add this package in dev_dependencies in project's pubspec.yaml.

dev_dependencies:
  flutterw_hook: any

Then, add this package to hooks in project's flutterw.yaml.

hooks:
  hook: flutterw_hook

Now, you can run flutterw hook <subcommand> [arguemnts] to manage hooks.

Manage Hooks #

Shell scripts hooks can be managed by modifying project's flutterw.yaml

Package hooks can be managed by using flutterw hook <subcommand> [arguemnts].

> flutterw hook -h

Manage Flutterw Hooks.

Usage: flutterw hook <subcommand> [arguments]
-h, --help    Print this usage information.

Available subcommands:
  add      Add a hook
  list     List all hooks
  remove   Remove a hook

Run "flutterw help hook" to see global options.
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

This is a hook package for flutterw] You can usage this package to manage flutterw's package hooks.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, cli_util, flutterw, path, yaml_edit

More

Packages that depend on flutterw_hook