From d5918f9c2837a4b534b3a98abe7657b8a0ad9d20 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Thu, 16 May 2024 11:19:41 +0200 Subject: [PATCH 1/2] Add `topics` to `pubspec.yaml` --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index b6e2a91..99bb631 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,3 +12,6 @@ environment: dev_dependencies: dart_flutter_team_lints: ^2.0.0 test: ^1.16.0 + +topics: + - file-system From 56c6ad24d515d5b070eeb48735d4a1ccdab4142b Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Fri, 17 May 2024 10:18:28 +0200 Subject: [PATCH 2/2] Move `topics` further up in `pubspec.yaml` --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 99bb631..91bbca2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,12 +6,12 @@ description: >- web. repository: https://github.com/dart-lang/path +topics: + - file-system + environment: sdk: ^3.0.0 dev_dependencies: dart_flutter_team_lints: ^2.0.0 test: ^1.16.0 - -topics: - - file-system