From a4573ce8ef98c82da930d5574c45b86cf04dd8f7 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Tue, 5 Aug 2025 06:46:26 +0300 Subject: [PATCH] Add package topics to all pubspec.yaml files --- cherrypick/pubspec.yaml | 8 ++++++++ cherrypick_annotations/pubspec.yaml | 8 ++++++++ cherrypick_flutter/pubspec.yaml | 8 ++++++++ cherrypick_generator/pubspec.yaml | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/cherrypick/pubspec.yaml b/cherrypick/pubspec.yaml index 4a4d886..7da52db 100644 --- a/cherrypick/pubspec.yaml +++ b/cherrypick/pubspec.yaml @@ -5,6 +5,14 @@ homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick issue_tracker: https://github.com/pese-git/cherrypick/issues +topics: + - di + - ioc + - scope + - dependency-injection + - dependency-management + - inversion-of-control + - container environment: sdk: ">=3.5.2 <4.0.0" diff --git a/cherrypick_annotations/pubspec.yaml b/cherrypick_annotations/pubspec.yaml index d14fe70..61bb71b 100644 --- a/cherrypick_annotations/pubspec.yaml +++ b/cherrypick_annotations/pubspec.yaml @@ -5,6 +5,14 @@ version: 1.1.0 documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick/cherrypick_annotations issue_tracker: https://github.com/pese-git/cherrypick/issues +topics: + - di + - ioc + - scope + - dependency-injection + - dependency-management + - inversion-of-control + - container environment: sdk: ">=3.5.2 <4.0.0" diff --git a/cherrypick_flutter/pubspec.yaml b/cherrypick_flutter/pubspec.yaml index 16b64c8..3ef5c34 100644 --- a/cherrypick_flutter/pubspec.yaml +++ b/cherrypick_flutter/pubspec.yaml @@ -5,6 +5,14 @@ homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick issue_tracker: https://github.com/pese-git/cherrypick/issues +topics: + - di + - ioc + - scope + - dependency-injection + - dependency-management + - inversion-of-control + - container environment: sdk: ">=3.5.2 <4.0.0" diff --git a/cherrypick_generator/pubspec.yaml b/cherrypick_generator/pubspec.yaml index 5e956ac..168cb92 100644 --- a/cherrypick_generator/pubspec.yaml +++ b/cherrypick_generator/pubspec.yaml @@ -6,6 +6,14 @@ version: 1.1.0 documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick/cherrypick_generator issue_tracker: https://github.com/pese-git/cherrypick/issues +topics: + - di + - ioc + - scope + - dependency-injection + - dependency-management + - inversion-of-control + - container environment: sdk: ">=3.5.2 <4.0.0"