5b39eb2f01
Change-Id: I71e1db6cda7101df0afc64376b003c0c8b680dd5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/206144 Reviewed-by: Phil Quitslund <pquitslund@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
11 lines
467 B
YAML
11 lines
467 B
YAML
name: meta
|
|
# Note, because version `2.0.0` was mistakenly released, the next major version must be `3.x.y`.
|
|
version: 1.7.0
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/meta
|
|
description: >-
|
|
Annotations that developers can use to express the intentions that otherwise
|
|
can't be deduced by statically analyzing the source code. These annotations
|
|
are intended to be used by tools to provide a better user experience.
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|