Description
Currently, on Linux, Dart stores some data in ~/.dart
and ~/.dartServer
, which is annoying because it clutters up the user's home directory. Please consider following the XDG Base Directory spec by moving these files to appropriate locations specified in the environment variables $XDG_CONFIG_HOME
, $XDG_DATA_HOME
, and $XDG_CACHE_HOME
. (typically, and by default, ~/.config
, ~/.local/share
, and ~/.cache
).
- Dart SDK Version (
dart --version
) = 2.7.2 - Applies to Linux only