Skip to content

Standardizing on a directory in $HOME for Dart (and Flutter) tooling #60922

Open
@dcharkes

Description

@dcharkes

@bkonyi suggested we should standardize on a directory in $HOME we use for Dart tooling.

We currently have:

  • ~/.dart-tool/ (containing telemetry data)
  • ~/.dart/ (analytics)
  • ~/.dartServer/ (analysis server)
  • ~/.pub-cache (introduced in the days when pub was a standalone tool rather than dart pub)
  • ~/.flutter-devtools/.devtools

For a the workspace-specific directory we have standardized on <workspace>/.dart_tool/<package-name>/ (doc). (Note the underscore instead of dash.)

Should we standardize?

And if so, should we standardize to ~/.dart/?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-dart-cliUse area-dart-cli for issues related to the 'dart' command like tool.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions