fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.5k stars 882 forks source link

[Request]: Consider adding `topics` to `pubspec.yaml` for better discoverability #2941

Open jonasfj opened 1 month ago

jonasfj commented 1 month ago

Plugin

all

Use case

Related packages can be hard to find.

Proposal

Topics helps users on pub.dev discover packages, and related packages.

You can see a list of topics here. You can also make your own topics.

Topics are added to pubspec.yaml as follows:

topics:
 - my-topic
 - some-other-topic

See also: https://dart.dev/tools/pub/pubspec#topics

vbuberen commented 1 month ago

Thanks for suggestion and linking additional info. We will add topics at some point.