Add install/uninstall/activate/deactivate hooks to pub #1192
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"> Issue by sethladd
Originally opened as dart-lang/sdk#21584
To repro:
pub global activate stagehand
mkdir empty
cd empty
stagehand webapp
(say Y to analytics)
pub global deactivate stagehand
cat ~/.stagehand
Expected: ~/.stagehand file is deleted (or, a notice is sent to stagehand that the package is getting deleted)
Actual: apparently (?) no signal on uninstall
The text was updated successfully, but these errors were encountered: