blob: 87fe8bc83467bd19f0f16aa3ec5c3ab1dba2b184 [file] [log] [blame]
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// @docImport 'src/dart_data_home.dart';
/// A package providing [getDartDataHome], a standardized way to access a
/// user-specific data directory for Dart and Flutter tooling, defaulting to
/// OS-conventions and configurable via the `DART_USER_HOME` environment
/// variable.
library;
export 'src/dart_data_home.dart';