flutterw 0.5.2 flutterw: ^0.5.2 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.
Getting started #
install flutterw
dart pub global activate flutterw
install and set flutterw_clean
dart pub global activate flutterw_clean
flutterw hook add clean flutterw_clean -g
git clone this repo
cd packages/flutterw/example
flutterw clean