Files
sdk/pkg/meta/pubspec.yaml
T
Nate Bosch d82e2b2e44 Prepare to publish js and meta for null safety
Change-Id: Iecbe288b989e6053d1a1bd9372795b70e6ba05d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/182360
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
2021-02-02 21:33:17 +00:00

11 lines
414 B
YAML

name: meta
version: 1.3.0
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/meta
description: >
This library contains the declarations of 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-0 <3.0.0"