mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
4c7e87888d
Fixes: https://dart-review.googlesource.com/c/sdk/+/286860 Feedback welcome. I expect we'll want to iterate more on this but I see Erik's new content as a distinct improvement. Change-Id: Iba385be6c411f2e5e3f1bd490b437dbea86e07aa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286860 Reviewed-by: Erik Ernst <eernst@google.com> Reviewed-by: Marya Belanger <mbelanger@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>
17 lines
678 B
YAML
17 lines
678 B
YAML
name: meta
|
|
# Note, because version `2.0.0` was mistakenly released, the next major version must be `3.x.y`.
|
|
version: 1.9.1-dev
|
|
description: >-
|
|
Annotations used to express developer intentions that can't otherwise be
|
|
deduced by statically analyzing source code.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/meta
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.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:
|
|
lints: any
|