blob: cc8b2dbf6e986003ac910d9bac26c84427feaeb0 [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_DATA_HOME` environment
/// variable.
library;
export 'src/dart_data_home.dart';