From 5e76f788a5352e872ac74cdf7437500096db693d Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Mon, 10 Jun 2024 10:27:36 +0000 Subject: [PATCH] [pkg:meta] Add `topics` to `pubspec.yaml` Closes https://github.com/dart-lang/sdk/pull/55923 GitOrigin-RevId: e4322c06820f99013464cc37dfa291f345aad686 Change-Id: I6bb9e7c9c6c2d8c823d49c098acf4c62fd2181b2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/369528 Commit-Queue: Sarah Zakarias Reviewed-by: Brian Wilkerson --- pkg/meta/pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/meta/pubspec.yaml b/pkg/meta/pubspec.yaml index c40f43280d9..bca6dc036c2 100644 --- a/pkg/meta/pubspec.yaml +++ b/pkg/meta/pubspec.yaml @@ -7,6 +7,9 @@ description: >- deduced by statically analyzing source code. repository: https://github.com/dart-lang/sdk/tree/main/pkg/meta +topics: + - static-analysis + environment: sdk: ">=2.12.0 <4.0.0"