From c8d54799f472bb83675b39259d357886165c4c81 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Tue, 21 May 2024 12:31:33 +0200 Subject: [PATCH] Add `topics` to `pubspec.yaml` (#1199) --- pkgs/http/pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 887a92570f..fca33f8650 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml @@ -2,6 +2,9 @@ name: http version: 1.2.2-wip description: A composable, multi-platform, Future-based API for HTTP requests. repository: https://github.com/dart-lang/http/tree/master/pkgs/http +topics: + - http + - network environment: sdk: ^3.3.0