d13596f2f2
Intended to be published under https://pub.dev/publishers/tools.dart.dev/packages Solves all warnings from `dart pub publish --dry-run`. Change-Id: Ibeae127aaafb8f2ec92a59843f56f48dcf33660e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/498561 Auto-Submit: Daco Harkes <dacoharkes@google.com> Reviewed-by: Slava Egorov <vegorov@google.com> Commit-Queue: Slava Egorov <vegorov@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com>
25 lines
747 B
YAML
25 lines
747 B
YAML
name: dart_data_home
|
|
version: 0.1.0
|
|
description: >-
|
|
A package providing 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.
|
|
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dart_data_home
|
|
|
|
environment:
|
|
sdk: ^3.8.0
|
|
|
|
resolution: workspace
|
|
|
|
dependencies:
|
|
cli_util: ^0.5.0
|
|
path: ^1.9.0
|
|
|
|
# We use 'any' version constraints here as we get our package versions from
|
|
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
|
|
# best practice for packages is to specify their compatible version ranges.
|
|
# See also https://dart.dev/tools/pub/dependencies.
|
|
dev_dependencies:
|
|
test: any
|