Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(727)

Side by Side Diff: pkg/meta/pubspec.yaml

Issue 2334413002: follow up for #25578, add `@checked` to package:meta (Closed)
Patch Set: fixed Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/meta/lib/meta.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: meta 1 name: meta
2 version: 1.0.2 2 version: 1.0.3
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 homepage: http://www.dartlang.org 4 homepage: http://www.dartlang.org
5 description: > 5 description: >
6 This library contains the definitions of annotations that provide additional 6 This library contains the definitions of annotations that provide additional
7 semantic information about the program being annotated. These annotations are 7 semantic information about the program being annotated. These annotations are
8 intended to be used by tools to provide a better user experience. 8 intended to be used by tools to provide a better user experience.
9 environment: 9 environment:
10 sdk: '>=1.12.0 <2.0.0' 10 sdk: '>=1.12.0 <2.0.0'
OLDNEW
« no previous file with comments | « pkg/meta/lib/meta.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698