asdf-dart icon indicating copy to clipboard operation
asdf-dart copied to clipboard

dart plugin for asdf version manager https://github.com/asdf-vm/asdf

Results 4 asdf-dart issues
Sort by recently updated
recently updated
newest added

I had to use `$HOME/.asdf/installs/dart/2.13.4/dart-sdk`, though the readme says `$HOME/.asdf/installs/dart/VERSION`. Confused me (and intellij) for a bit :)

I have the following line at the bottom of my `.zshrc` file: ``` bash ${HOME}/.asdf/plugins/dart/tools/dart_version_watcher.sh ``` I didn't notice a problem for a while (due to my penchant to not...

## Problem My initial guard against setting up multiple `fswatch` instance ran into some race conditions. ## Solution Use `pidof` instead of grepping through ps looking for an existing process....

## Problem The install script should validate the requested version before trying to download. This can result in empty downloads. ## Proposed Solution Either abort the install process if the...