flutterw 0.7.1+1 copy "flutterw: ^0.7.1+1" to clipboard
flutterw: ^0.7.1+1 copied to clipboard

Flutterw wraps flutter tool to support scripts and command hooks. Hooks are pre, post and command scripts.

Flutterw

Flutterw wraps flutter tool to support scripts and command hooks.

Flutterw Melos

Why Flutterw #

Flutter Tool is shipped with Flutter SDK every version with some changes. However, upgrading Flutter SDK version is not easy as projects maybe in production mode.

How to be benifited of the Flutter Tool changes without upgrading Flutter SDK is always confusing. Also, the Flutter Tool does not give chance to do extra work during command running.

To solve these (and other related) problems, flutterw is created.

Flutterw wraps flutter tool to support scripts and command hooks. Hooks are pre, post and command scripts. pre and post scripts enable you to do extra work before and after running command and command scripts enable you to customize command behavior.

What can Flutterw do? #

  • Dispatch arguments to flutter tool when no command hook configured.
  • pre scripts are executed before running command.
  • post scripts are executed after running command.
  • command scripts are executed to replace original command.
  • Command scripts can be packages in Pub
  • Add custom command to flutterw.

Who is using Flutterw? #

The following projects are using Flutterw:

Documentation #

See Documentation for details.

README Badge #

Using Flutterw? Add a README badge to show it off:

flutterw

[![flutterw](https://img.shields.io/badge/maintained%20with-flutterw-27b6f6.svg)](https://github.com/hyiso/flutterw)
1
likes
150
pub points
11%
popularity

Publisher

unverified uploader

Flutterw wraps flutter tool to support scripts and command hooks. Hooks are pre, post and command scripts.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, cli_hook, cli_util, cli_wrapper, path, yaml

More

Packages that depend on flutterw