Homebrew / homebrew-bundle

📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Global Dart Packages

vincekruger opened this issue · comments

It would be awesome if we could also have Global Dart packages stored :)

Does Dart have a Brewfile/Gemfile/package.json equivalent?

I guess I mean: if it has an equivalent: what's the value of having this in Brewfile as well/instead?

I use a Brewfile to keep a running list of all my installed software, extensions, etc.

If there's something that you want a brew-installed package to execute after brew bundle is done with its installation work, consider using an at_exit block command. See #1190 (comment) for more information.

Thought about this more and: passing on this, sorry @vincekruger. Will consider if over time we see a bunch more requests.

I'll try to give it a bash myself and see if I succeed :)